gekkonier's comments

gekkonier | 5 years ago | on: Sublime Text 4 [video]

I love Sublime. I use it for ruby coding, and I think I will buy an upgrade to version 4, just to support this great editor. I don't know how long I have my license.... Must been 5 or 6 years now I guess.

I hope there will sometimes a feature to load the actual selection into irb (and irb should be inside Sublime). That would be great! Dr. Racket is very cool for this, well for Racket. Repls for the win!

gekkonier | 5 years ago | on: The Future of Perl

It was my first programming language I got things done with - until I discovered ruby. After a ride into lisp/scheme/racket world I'm on ruby again.

I have good memories with it, but I wouldn't jump train again.

gekkonier | 6 years ago | on: Racket: Lisp for Learning

#lang racket is here to stay parallel to #lang racket2

Racket is a lot of languages, not only one. You can mix in Racket as you like. You can mix #lang racket and #lang typed/racket with #lang datalog in one application if you like. With racket2 those options will not fade away I guess.

gekkonier | 6 years ago | on: SBCL – Past, Present, Future [pdf]

It depends heavenly on what you want to do. All of them SBCL, Racket and Clojure work platform independent, and have different strengths. I'd choose it based on type of application.

gekkonier | 7 years ago | on: Land of Lisp (2010)

I do recommend Practical Common Lisp not only for Lisp newcomers. The concepts teached apply to programming in a bigger context. Lisp is here only a vehicle (a very good one).
page 1