lang-party / Summer2022

Lang Party 2022
24 stars 1 forks source link

SML, the S-Markup Language #14

Open LeifAndersen opened 1 year ago

LeifAndersen 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 projects repo: https://github.com/LeifAndersen/racket-sml Also I write my CV with it: https://github.com/LeifAndersen/website/blob/master/cv.sml

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

Three purposes:

  1. To be mildly amusing that its not another SML we all know and love.
  2. To be a reasonably nice yaml-style (non)markup language, that has a full programming language baked in.
  3. To show the power of Racket's LOP capabilities. (The entire implementation is less than 150 lines of code!)

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

My CV: https://github.com/LeifAndersen/website/blob/master/cv.sml The Interactive-Syntax NPM Conversion Database: https://github.com/LeifAndersen/interactive-syntax-clojure/blob/main/scripts/shop/database.sml

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/

yup

PS Your language can use any license.

Contact

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

Okay

Thank you for your submission!

bennn commented 1 year ago

Awesome!