logo

lisp

 



Advanced Search  

Results 1-10 of about 882 for the lisp  (0.007 sec)
All tags  

fare

cl-launch, now with standalone executables

I am glad to re-announce a new version of my old piece of semi-useful software, CL-Launch , an infrastructure to easily make your Common Lisp software launchable from a Unix command line. The main new feature that justifies the announcement is that standalone executables are now supported with the newly-released SBCL 1.0.22, so you can deliver your Lisp application as a one binary that only...

Tags: lisp cl-launch code meta unix en

Posts by fare tagged lisp 
http://fare.livejournal.com/136925.html      (Cached)   0 links
Published: 8 months, 1 week ago (Thu, 30 Oct 2008 15:56:04 PDT); 1248 bytes
fare


thebr0x

Home, SBCL on FBSD

Well, back from GSOC , was a fun and busy weekend. Wish I would've slept, y'know... some, I was suboptimal :) Incredibly fun, met some übergeeks, learned a fair bit. Lisp on FBSD With SBCL happily chugging on the mbp , it's time to prepare an image for the "production" machine. In this case, a recent -STABLE install of FreeBSD on a coloc x86. Install SBCL with "Enable experimental threading...

Tags: deployment lisp asdf freebsd production environment sbcl

Posts by thebr0x tagged lisp 
http://thebr0x.livejournal.com/1166.html      (Cached)   0 links
Published: 8 months, 1 week ago (Wed, 29 Oct 2008 08:01:59 PDT); 1992 bytes
thebr0x


anton_nazarov

Разные lisp-ы в slime

...версию slime из cvs, оказалось там теперь есть backend для mit-scheme , а ещё существует backend для clojure . Про его установку и настройку здесь . Clojure - это относительно новый диалект lisp, работающий на платформе java. В нём реализован интересный подход к многопоточности и сделан упор на функциональное программирование без побочных эффектов. Так что теперь у меня работает sbcl ,...


Tags: sbcl clojure fun lisp scheme emacs

Posts by anton_nazarov tagged lisp 
http://anton-nazarov.livejournal.com/42195.html      (Cached)   0 links
Published: 8 months, 1 week ago (Mon, 27 Oct 2008 12:24:45 PDT); 3274 bytes
anton_nazarov


pavelpg

и конечно же гугль директори

http://www.google.com/Top/Computers/Programming/Languages/Lisp/Compilers_and_Interpreters/

Tags: functional-programming url lisp

Posts by pavelpg tagged lisp 
http://pavelpg.livejournal.com/5187.html      (Cached)   0 links
Published: 8 months, 1 week ago (Sun, 26 Oct 2008 17:51:47 PDT); 195 bytes
pavelpg


artistxbyxnight

I AM STATIC.

So I think we all know I kinda have a lisp. Nothing big, but I often mention how Aaron teases me about it. I can't say "H" or shh or sounds like that. Like Smudge. Or Jump. Or bitch. Shit like that (including shit). ANYWAY, Kristen said I'm Static Personified. 'Cos I sound a little bit like static. So a few minutes ago, after watching "The Eye" on TV I go upstairs to pee and talk to my dad. I walk...

Tags: glowing static lisp kristen aaron

Posts by artistxbyxnight tagged lisp 
http://artistxbyxnight.livejournal.com/54591.html      (Cached)   0 links
Published: 8 months, 1 week ago (Sat, 25 Oct 2008 20:05:46 PDT); 885 bytes
artistxbyxnight


thebr0x

Jetlag

... San Jose airport, Sunnyvale, the suburbia wasteland where everyone runs an it company. Google - Summer Of Code coming to a theater near you. (I was a mentor for BRL-CAD this time around . LISP In an attempt to be semi-useful instead of engaging in typical blog self-wankery, I will endeavor to provide possibly useful information. *boggle* SBCL on my hackintop; my story. When I'm not...

Tags: silicon valley lisp travel hunchentoot mac sbcl

Posts by thebr0x tagged lisp 
http://thebr0x.livejournal.com/922.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Fri, 24 Oct 2008 08:43:11 PDT); 3899 bytes
thebr0x


fare

Next Boston Lisp Meeting: Monday October 27th 2008, 6pm at MIT 32-124

NB : ITA Software , a fine employer of Lisp hackers (disclosure: I work there), is kindly purchasing a buffet to accompany our Monthly Boston Lisp Meeting. Anyone who attends is welcome to partake. We appreciate it if you let us know you're coming, and what food taboos you have, so that we can order the right amount of food. Tell us by sending email to boston-lisp-meeting-register at...

Tags: lisp meetings boston boston-lisp-meeting en

Posts by fare tagged lisp 
http://fare.livejournal.com/136510.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Thu, 23 Oct 2008 21:38:54 PDT); 3663 bytes
fare


lukego

CIRCL

...and modify its own structure. Then you'd have the interesting situation of the program source code and the executing machine code being one and the same thing. Do you know a system like this? ;;; circl.lisp -- a lisp for self-modifying programs ;;; Written in September 2008 by Luke Gorrie (declaim (optimize (debug 3))) ;;; This is a toy-Lisp dialect in which the running program is itself ;;; a first...

Tags: steps lisp

Posts by lukego tagged lisp 
http://lukego.livejournal.com/18214.html      (Cached)   1 links
Published: 8 months, 2 weeks ago (Thu, 23 Oct 2008 00:56:24 PDT); 2070 bytes
lukego


redline6561

Mercurially Me

...like the cleanup suggestions Xach made and then who knows. Finishing PCL is probably next on the priority list. I took some crappy notes which I keep telling myself to turn into a "Common Lisp for Schemers" series of articles but I haven't gotten around to it. Maybe because I'll just embarass myself but that's what the internet is for so I'll probably do it anyway. I've also been wanting...

Tags: programming lisp

Posts by redline6561 tagged lisp 
http://redline6561.livejournal.com/375470.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Wed, 22 Oct 2008 22:34:40 PDT); 6317 bytes
redline6561


lukego

More dynamic

... , because our tools are confused by them -- debuggers, cross-referencers, refactorers, type checkers, etc. We're more inhibited in languages with sophisticated tools (Scheme, Common Lisp, Smalltalk) than more basic ones (Emacs Lisp, Javascript, Ruby). Example: I won't use SCREAMER because I know how ugly it would be to use SLIME for debugging code that was CPS-converted by macros...

Tags: steps lisp smalltalk

Posts by lukego tagged lisp 
http://lukego.livejournal.com/18161.html      (Cached)   1 links
Published: 8 months, 2 weeks ago (Wed, 22 Oct 2008 22:10:24 PDT); 1359 bytes
lukego

Related tags

Computers
Programming
Emacs
Scheme
En
Hacking
Haskell
Python
Boston
Boston-Lisp-Meeting
Java
Perl
Common Lisp
Sbcl
Fun
Programming Languages
Justin.Tv
Beware The Geek
Self-Learning
Sicp


Boston-Lisp-Meeting
Common Lisp
Emacs Lisp
Just Need To Add On A Lisp
Lisp Language Popularity
The Doctor Has A Lisp
Lisp Learning
Common Lisp Icfp 2006 Programming Contes
Lisp Common-Lisp
Lisp C#
Lisp Brandon Youtube
Π Lisp Scheme Otter
Url Lisp Functional

 

Result Page: 1 2 3 4 5 6 7 8 9  for lisp

Advanced Search  
 
Copyright © 2005 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com