https://github.com/idorobots/asm
A bastard child of Lisp, APL and science!
https://github.com/idorobots/asm
d fexprs language-design lisp macros
Last synced: 5 months ago
JSON representation
A bastard child of Lisp, APL and science!
- Host: GitHub
- URL: https://github.com/idorobots/asm
- Owner: Idorobots
- License: mit
- Created: 2013-02-16T14:47:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T19:41:23.000Z (over 13 years ago)
- Last Synced: 2025-04-07T00:36:57.145Z (about 1 year ago)
- Topics: d, fexprs, language-design, lisp, macros
- Language: D
- Size: 1.73 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* ASM
This is an another syntactic monstrosity, a language so /hip/ it doesn't even appear on Tiobe's list!
For licensing info see LICENSE file.
For stuff to come see lang/brev.pdf.
* Building
Just type =make= in the root directory of the repo. By default the GDC compiler (https://bitbucket.org/goshawk/gdc/wiki/Home) is used, to use DMD instead, type =make dmd=.