Zbr's days.
May
Sun Mon Tue Wed Thu Fri Sat
       
21
2008
Months
May
Nov Dec

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Wed, 21 May 2008

Things getting worse...

$ clisp 
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.42 (2007-10-16) 

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2007

Type :h and hit Enter for context help.

[1]> (defun test-func () (format t "It's a test func"))
TEST-FUNC
[2]> (test-func) 
It's a test func
NIL
[3] (exit)
Bye.
This one has, imho, the less ugly command line... And I'm against SLIME and Emacs. Also tried SBCL, GNU CL and something else, but likely CLIPS will stay.

Instead of sleeping (it will be time to wake up soon in Moscow slums) or at least catching POHMELFS bugs (last several days were solely devoted to this task and fair number of them were fixed as long as some interesting features introduced (probably new), so likely new release will see the light later this week), I'm drinking some beer and making first steps into this. So far looks quite new and probably interesting, but every entrance article about it I read told, that if you are after 25 years old, it is likely impossible to change something in your perception. I'm after, but think that it will be fun and probably will become a really good tool for me.

The more I think about it, the more interesting tasks (as long as those I'm already thinking about like CAPTCHA) I find...

/devel/other :: Link / Comments (5)

anon wrote at 2008-05-21 06:18:

First, get a more recent version. The latest even has a nifty, simple JIT.

Second, check into ecl (ecls.sf.net). You might like how it works.

anon wrote at 2008-05-21 08:20:

Oh, and CLIPS is an expert system shell with a Lisp-ish feel. CLISP is the Common Lisp implementation you're using.

Zbr wrote at 2008-05-21 10:23:

Thanks for the suggestion, I will take a look. CLIPS was just a typo, it is CLISP os course.

Igor wrote at 2008-05-21 11:46:

You might want to try linedit for sbcl to make the prompt more useful.

http://common-lisp.net/project/linedit/

Zbr wrote at 2008-05-21 13:32:

I've tried embeddable LISP, which REPL was rather unconvenient too for starters. Also tried SBCL with linedit, but its drops to old command line when installed into local dir if I do things like described in README: http://common-lisp.net/cgi-bin/viewcvs.cgi/doc/README?rev=1.6&root=linedit&view=markup

So, CLISP is somewhat the easiest for starters I think :)

Please solve this captcha to be allowed to post (need to reload in a minute): 71 * 22

Comments are closed for this story.