Skip to content

Add 4 esoteric implementations#72

Open
decorator-factory wants to merge 6 commits intoDen4200:masterfrom
decorator-factory:master
Open

Add 4 esoteric implementations#72
decorator-factory wants to merge 6 commits intoDen4200:masterfrom
decorator-factory:master

Conversation

@decorator-factory
Copy link

No description provided.

FormDSL is an esoteric purely functional homoiconic programming language:
- reference implementation in Python: https://repl.it/@int6h/FormDSL
- docs (work in progess): https://gist.github.com/decorator-factory/7c0fa628f715e141e5ba4d9c9ae51eb8
Stekk is an esoteric imperative stack-based programming language. 
Reference implementation: https://github.com/decorator-factory/stekk
This program works like this:
1. push the string "Hello, world!" onto the stack 
2. load global name `println` and execute it as a function on the stack
XMU is an easily extensible markup language that compiles into HTML
Reference implementation in Python: https://github.com/decorator-factory/xmu-python
Implementation of Hello, World! in my lisp-like language: https://github.com/decorator-factory/py-lark-lispy
Instead of printing "Hello, World!" on the screen, it serves it as an HTML page at `http://0.0.0.0:9999/`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant