Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 17, 2024
1 parent 1bf0175 commit 7a0653e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.
45 changes: 23 additions & 22 deletions concepts/aardvark.pldb
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,12 @@ appeared 2020
type pl
creators Hg0428 and JustCoding123 and CompilingCoder and TheBoys619 and PlasDev and ZDev1
description Aardvark was originally designed in Python as an interpretter. This encompassed all releases up to 1.0. Then, in 2021 and 2022, other implementations started emerging, written in language such as Go and C++. In 2022, however, Aardvark underwent the 1.0 redesign. The language was redesigned from the ground up and re-implemented with a new, but temporary Python interpretter. Now, in 2023, the team is building the final compiler. This compiler is written in Aardvark itself and compiles to LLVM. It has the goal of being faster than C while easier than Python. It was designed for beginners and pros alike. The documentation is avaialiable here: https://aardvark-docs.programit.repl.co. It includes many tutorials and articles.
documentation https://aardvark-docs.programit.repl.co/
country United Kingdom
country United States
country South Korea
originCommunity discord

example
stdout.write("Hello World!\n")


githubRepo https://github.com/Aardvark-team/Aardvark-py
firstCommit 2022
stars 2
forks 0
subscribers 2
created 2022
updated 2022
issues 0

repoStats
firstCommit 2022
commits 76
committers 2
files 100

documentation https://aardvark-docs.programit.repl.co/
isOpenSource true
discord https://discord.gg/MM3HmfzRfS
hasAnonymousFunctions true
hasAssignment true
hasBinaryNumbers true
Expand Down Expand Up @@ -85,3 +64,25 @@ hasReservedWords true
hasSelfOrThisWord true
You can name it whatever you like.
hasSets true

example
stdout.write("Hello World!\n")

githubRepo https://github.com/Aardvark-team/Aardvark-py
firstCommit 2022
stars 2
forks 0
subscribers 2
created 2022
updated 2022
issues 0

repoStats
firstCommit 2022
commits 76
committers 2
files 100

discord https://discord.gg/MM3HmfzRfS

isOpenSource true
2 changes: 1 addition & 1 deletion concepts/ivy.pldb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title ivy
appeared 2014
type pl
description An APL-like calculator
creators Rob Pike
description An APL-like calculator

githubRepo https://github.com/robpike/ivy
stars 1288
Expand Down
6 changes: 3 additions & 3 deletions concepts/jelly.pldb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
title Jelly
appeared 2015
type pl
description A recreational programming language inspired by J
creators Dennis Mitchell
description A recreational programming language inspired by J

related j

githubRepo https://github.com/DennisMitchell/jellylanguage
stars 832
Expand All @@ -11,5 +13,3 @@ githubRepo https://github.com/DennisMitchell/jellylanguage
created 2015
updated 2019
description Jelly is a recreational programming language inspired by J

related j
8 changes: 4 additions & 4 deletions concepts/uiua.pldb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
title Uiua
appeared 2015
type pl
description A stack-based array programming language
creators Kai Schmidt
description A stack-based array programming language
website https://www.uiua.org/
webRepl https://www.uiua.org/pad
reference https://news.ycombinator.com/item?id=37673127
documentation https://www.uiua.org/docs/
reference https://news.ycombinator.com/item?id=37673127
fileExtensions ua

related j

githubRepo https://github.com/uiua-lang/uiua
stars 1210
forks 82
subscribers 20
created 2023
updated 2014
description A stack-based array programming language

related j

0 comments on commit 7a0653e

Please sign in to comment.