Add 4 esoteric implementations#72
Open
decorator-factory wants to merge 6 commits intoDen4200:masterfrom
decorator-factory:master
Open
Add 4 esoteric implementations#72decorator-factory wants to merge 6 commits intoDen4200:masterfrom decorator-factory:master
decorator-factory wants to merge 6 commits intoDen4200:masterfrom
decorator-factory:master
Conversation
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/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.