WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: scbl  (Read 1929 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
scbl
« on: October 08, 2009, 09:43:13 PM »
Thanks to MakkyWelly for:

Code: [Select]
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


Offline makkywelly

  • Newbie
  • *
  • Posts: 5
Re: scbl
« Reply #1 on: October 26, 2009, 01:50:28 PM »
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:
Code: [Select]
* (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.

Offline makkywelly

  • Newbie
  • *
  • Posts: 5
Re: scbl
« Reply #2 on: October 31, 2009, 01:41:34 PM »
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.