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 Gopher hole: keyboardan

My Blog: keyboardan's blog

My Gemini capsule: keyboardan

My online files: keyboardan's files

My twtxt source: keyboardan

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

Tilde.club News

I wrote an Atom Web Feed regarding the Tilde.club's news/notices appearing at tilde.club's main page.

My goal is for me, and who else may have interest, to have an easy way to keep up with tilde.club's notices. For these notices to be right in the feed reader software of own's choice.

The Tilde.club's News Atom Web Feed URL is located here. File is updated by cron every 9 minutes. Subscribe!

Here is it's source code.

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