Skip to content

Category Archives: Link

Husk: An R5RS-compatible Scheme written in Haskell

Husk is a dialect of Scheme written in Haskell that adheres to the R5RS standard. Advanced R5RS features are provided including continuations, hygienic macros, and a full numeric tower. (via husk-scheme)

ISLISP

The ISLISP programming language is a member of the Lisp family of programming languages. It attempts to bridge the gap between the various incompatible members of the Lisp family of languages (most notably Common Lisp, Eulisp, LeLisp, and Scheme) by focusing on standardizing those areas of widespread agreement. It is a small language, closer to [...]

mickey-scheme

Mickey Scheme is an interpreter for R7RS Scheme written in C++

Keep track of scoping type in Emacs Lisp Buffers

Here is how: lexbind-mode

The best Git client ever: Tig

It is so simple and powerful enough too, what a wonderful client: Tig. – via Atlassian

Making irssi refresh work with tmux

The first time you try using irssi with tmux you might notice that on screens larger than 40 rows the refresh functionality does not work. This is a known not-really-an-issue tmux requires a particular term and is quite clear about it in the docs (if you read them I did not). Found the solution here, [...]

Some Essential Elisp Libraries

Here is a nice article on what sound like some nice support libraries for Elisp.

Semi-Literate Programming with Docco

Docco is a documentation generator that is semi-Literate and looks nice. It comes with JavaScript support, and there are clones for other languages.

The Concurrent Schemer

“The Concurrent Schemer” (CSCM) is an implementation of the Scheme programming language built on top of the Erlang Virtual Machine. – via G+.

The Processing Programming Language

I had thought that it was only for Arduino coding, but it turns out to have much broader and interesting goals: Processing is a programming language, development environment, and online community that since 2001 has promoted software literacy within the visual arts. Initially created to serve as a software sketchbook and to teach fundamentals of [...]