Lang Jam: create a programming language in a weekend
1–10 of 135 posts
Re: Lang Jam: create a programming language in a weekend
#2If you're looking for similar hackathons, you may be interested in https://quirkylanguages.com/
Re: Lang Jam: create a programming language in a weekend
#3Nice! I guess I've got to face ASTs again:)
Re: Lang Jam: create a programming language in a weekend
#4It would be very fun to participate in this! How much experience would one need to be useful as part of a team though?
Re: Lang Jam: create a programming language in a weekend
#5Looks like a lot of fun! I hope I get to see what people will come up with.
Re: Lang Jam: create a programming language in a weekend
#6More like parser jam
Re: Lang Jam: create a programming language in a weekend
#7Maybe I'm not reading correctly, but it seems the project is about making a language compiler and not a language itself?
Re: Lang Jam: create a programming language in a weekend
#8Nice! I guess I've got to face ASTs again:)
Write a Forth. ;)
Re: Lang Jam: create a programming language in a weekend
#9Sounds like a really good use of Common Lisp and Esrap.
Re: Lang Jam: create a programming language in a weekend
#10Maybe I'm not reading correctly, but it seems the project is about making a language compiler and not a language itself?
From the site:
> You can build an interpreter or a compiler, so long as it can run or build examples of code in the programming language you create.
No you create a language, but it needs to be able to run. So need to either build a compiler or interpreter to make the language do things.