Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Which Lisp?

Name: Anonymous 2007-09-08 21:55 ID:7QBku6tH

Question for you Lispfags; I'm checking out Common Lisp, and I'm finding it's lacking even the most rudimentary convenience string handling functions, like split. This disappoints me. You promise me the world, and yet I get stuck back in the 70's, writing yet another string library.
So, is there something akin to a 'modern' Lisp? I'm talking library/module functionality, unicode handling, and generally 'batteries included'.

Name: Anonymous 2007-09-08 22:02 ID:Heaven

Name: Anonymous 2007-09-08 22:26 ID:aXNT2Ite

Name: Anonymous 2007-09-08 23:28 ID:Zlg0ZI5O

>>3 is a jew

Name: hhh@ 2007-09-08 23:41 ID:7oe1NVXP

Lisp sucks cock, get backtrack linux and learn assembly

Name: Anonymous 2007-09-08 23:45 ID:Heaven

>>5
WHOA WHOA WHOA THERE L33T HAQR!

Name: Anonymous 2007-09-09 7:41 ID:5paZZ2Qi

 
I am the Abelson and the Sussman,
the beginning and the end,
the first and the last.

 

Name: Anonymous 2007-09-09 10:39 ID:o/U0+6NB

Wait... Common Lisp lacking string handling?

What .. are you a fucking idiot?

Name: Anonymous 2007-09-09 10:47 ID:npzJe9UJ

You probably can't even access databases or network resources in LISP. I bet all LISP programs do nothing but loop over the equivalent of "print 'hello world'" while the programmers masturbate furiously.

Name: Anonymous 2007-09-09 10:56 ID:Heaven

sage

Name: Anonymous 2007-09-09 15:19 ID:jetIibVV

>>9
pretty much

Name: Anonymous 2007-09-10 9:00 ID:Y+a5PNDx

>>1
CL-PPCRE, without which any string handling in CL is kinda pointless, includes a split function, appropriately called SPLIT.

(require :cl-ppcre)
(use-package :cl-ppcre)

(split " " "foo bar baz")

==> ("foo" "bar" "baz")

Name: Anonymous 2007-09-10 10:36 ID:Heaven

>>12
FUCK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Name: Anonymous 2007-09-10 11:31 ID:E/VfDn+t

BTW, a Perl-compatible regex engine is better than a hundred string functions. Any operation you do combining half a dozen string functions (substr, concatenation, search, etc.) can be done in a single regex, and for OMG OPTIMIZED fags, they're actually faster.

Name: Anonymous 2009-08-17 0:11

Lain.

Name: Anonymous 2010-12-21 17:11

Don't change these.
Name: Email:
Entire Thread Thread List