Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on October 08, 2009, 09:43:13 PM
-
Thanks to MakkyWelly for:
Title: sbcl.tczl
Description: Steel Bank Common Lisp (SBCL) is implementation of Common Lisp.
Version: 1.0.29
Original-site: http://www.sbcl.org/
Author: William Newman and various.
Copying-policy: Public Domain and other.
Size: 9.9 MB
Extension_by: MakkyWelly
Comments: "about" from www.sbcl.org
Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
compiler. It is open source / free software, with a permissive
license. In addition to the compiler and runtime system for ANSI
Common Lisp, it provides an interactive environment including an
a debugger, a statistical profiler, a code coverage tool, and many
other extensions.
This extension don't include documentation, only sbcl+core
and libraries
Change-log: ---
Current: 2009/10/01 First version of 1.0.29
-
Thanks for maintaned :)
I catch one bug - can't find net-protocol by name. In other case network is good (i use 3g modem), but look:
* (require :asdf)
("ASDF")
* (require :sb-bsd-sockets)
("SB-GROVEL" "SB-BSD-SOCKETS")
* (sb-bsd-sockets:get-protocol-by-name "tcp")
debugger invoked on a SB-BSD-SOCKETS:UNKNOWN-PROTOCOL: Protocol not found: "tcp"
in (SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME "tcp")
"udp" and other can't finded too.
-
SBCL, not scbl ;-)
If somebody need it I can make a new version and build some good packege and libs for simplify using this Lisp.