Archive for the ‘Pico Lisp’ Category

Macropis – a Web Development Framework in PicoLisp

Monday, September 16th, 2013

Macropis is a web dev framework that aims to eliminate the tedious parts of creating new applications and sites.... Read More

PicoLisp and Linux/GNU system commands

Friday, September 2nd, 2011

Most of the most commonly used and useful Linux commands needs a file as input, in the shell this can be circumvented by for instance a line like this: echo “hej” | md5sum.... Read More

ECB method browsing for PicoLisp

Sunday, June 5th, 2011
ecb-method-browser.jpg

I just got method browsing in ECB working by way of Semantic.... Read More

Autocompletion, Jump to documentation, Swank and Slime

Wednesday, November 3rd, 2010

In the prior part I stated that I would look into autocompletion and documentation lookup/jumping and that’s exactly what I’ve done and I’m happy with the results.... Read More

Clojure and a PicoLisp database via HTTP

Sunday, May 30th, 2010

If you follow me on twitter you might have read that I tried Riak at one point but then switched to Cassandra, anyway, one of the things with Riak that struck me as nice was the fact that you could access any node through HTTP.... Read More

My Clojure Editor

Monday, May 3rd, 2010

picoeditor.png... Read More

How to write a big app in an obscure Lisp dialect

Saturday, March 20th, 2010

Wow, were do I start. To begin with VizReader is the application in question. It’s a pretty weird thing but I love it. I get a small whiff of the same feeling I had when I was a kid and played Dragon’s Breath on the Amiga. Dragon’s Breath was both a weird and wonderful game at the same time and it makes me proud that I have managed to create something that gives me a little bit of that feeling.... Read More

On PicoLisp’s Wikipedia woes and the process of promoting a language

Saturday, January 9th, 2010

It seems we’re having some problems with Wikipedia when it comes to creating a entry for PicoLisp there.... Read More

Pico Lisp to JSON with JavaScript

Wednesday, September 2nd, 2009

On many occasions it’s preferable to convert PicoLisp on the client side instead of on the server, here’s an attempt.... Read More

Factorials, permutations and recursion in Pico Lisp

Thursday, December 25th, 2008

Currently I’m simulating trading strategies on historical stock data. Yes I know according to Nassim this is complete bullshit but I might beg to differ. At least I feel the need to determine if it’s bullshit on my own than just take his word for it :) ... Read More