lang-party / Summer2022

Lang Party 2022
24 stars 1 forks source link

Mystery Languages #25

Open LuKuangChen opened 1 year ago

LuKuangChen commented 1 year ago

Entry

Where can we learn about your language? Feel free to post a variety of resources: source code, images, article / blog post, video, etc.

The project repo.

What is the purpose of your language? Give a short motivational pitch.

This (family of family of) languages cover many design choices for programming languages.

The top-level family is indexed by syntactic constructs. For example, #lang mystery-languages/arithmetic has arithmetic operators in addition to variable definitions, while #lang mystery-languages/conditionals has all those things plus if and and and or etc.

The second-level family is indexed by design decisions about semantics. For example, #lang mystery-languages/arithmetic/L1 is all exact numbers, while the #lang mystery-languages/arithmetic/L2 is all float numbers. I will leave it for visitors to figure out what are the familiy members of #lang mystery-languages/fun-calls and other families :)

Please list a few example programs (or links to examples) below.

image image

Licence

Please confirm that the text in this issue is licensed under the Creative Commons Attribution 4.0 International License http://creativecommons.org/licenses/by/4.0/

PS Your language can use any license.

Contact

To receive prizes and/or provide feedback please complete the form at https://forms.gle/wsFwLPWBzqrkpToU8

Thank you for your submission!