Welcome

About me

My tilde email: keyboardan@tilde.club

My OpenPGP public key: keyboardan's key
3957 8A68 49B4 C418 42B0 C998 964F C110 C40A D575

I also use tilde.club's IRC quite often. I hang out at #meta

My online files: keyboardan's files

My gopherhole: keyboardan

My twtxt source: keyboardan

I love GNU Emacs. My configuration: keyboardan's init.el

Lali: another Lisp implementation

I am currently programming a copyleft software (GPLv3+) Lisp implementation. I have name it "Lali", which stands for Lali Another Lisp Implementation

You can try it, by running:
/home/keyboardan/lisp -h

To get a REPL (a Lisp command line), you run:
/home/keyboardan/lisp -r

You can also make scripts in Lali. Just write (at the first line of the script):
#!/home/keyboardan/lisp -c

Here is the small documentation of Lali language. And the source code page, or run:
git clone http://tilde.club/~keyboardan/git/lali.git