Welcome to the Quill Language blog, a place where I share and discuss a language I am working on titled 'quill'. It is a Common Lisp++, something that is just loaded at runtime quite easily (load "quill). The full of Common Lisp is there, with some new words added: enable - the package manager reader - the reader object printer - the printer object evaulater - the evaulator object evaluator - a symbol macro for evaulater It runs in Solaris Lispworks 7, and will be tested on SBCL and possibly others (clisp on WIndows) in the future.
Showing posts with label manual. Show all posts
Showing posts with label manual. Show all posts
Friday, 30 October 2020
quill - The Quill Language
Subscribe to:
Posts (Atom)
Latin Rap (Saphion Assembly)
I made up Latin Rap. Wanna hear some? mova sita nope trie What that does I have no idea. But I know what it does as a programming languag...
-
Welcome to the Quill Language blog, a place where I share and discuss a language I am working on titled 'quill'. It is a Common Li...
-
A pick is a Markoff Chain. I am not a piack in Clarity. x is a b c and d is a list in Clarity. y is a b c or d is a pick in Clarity. x w...
-
Brainfuck is +-[],. I think. R is the current register, an integer. *R is the register at R. - move to the right, decriment R + + increme...