Search found 19 matches

by gekkonier
Sun Jan 29, 2017 8:29 am
Forum: The Lounge
Topic: sb-bignum problem on Raspberry Pi with sbcl 1.3.12 (arm-hf)
Replies: 2
Views: 16377

sb-bignum problem on Raspberry Pi with sbcl 1.3.12 (arm-hf)

Hi! I'm trying to install clack with hunchentoot on my raspberry pi, but while doing a (ql:quickload :clack) I get this error: READ error during COMPILE-FILE: Symbol "BIGNUM-TYPE" not found in the SB-BIGNUM package. Line: 53, Column: 52, File-Position: 2151 Stream: #<SB-INT:FORM-TRACKING-S...
by gekkonier
Thu Jan 26, 2017 1:54 am
Forum: The Lounge
Topic: CCL init file problem
Replies: 6
Views: 27038

Re: CCL init file problem

I posted this problem on comp.lang.lisp too, it seems, that in the code above HOME is commented out and USERPROFILE will be read from CCL to find it's init file. So I will try this later today and see, if I get a portable CCL with this. Try to set this variable in your init file to the desired HOME ...
by gekkonier
Wed Jan 25, 2017 5:37 am
Forum: The Lounge
Topic: CCL init file problem
Replies: 6
Views: 27038

Re: CCL init file problem

Now it get's weird for me.... "Look up and return the defined home directory of the user identified by uid, as a native namestring. This value comes from the OS user database, not from the $HOME environment variable, unless *TRUST-PATHS-FROM-ENVIRONMENT* is true. Returns NIL if there is no user...
by gekkonier
Wed Jan 25, 2017 5:24 am
Forum: The Lounge
Topic: CCL init file problem
Replies: 6
Views: 27038

Re: CCL init file problem

I went a bit further, but don't understand it exactly. I tried to find the definition of (USER-HOMEDIR-PATHNAME) with M+, inside slime and found this: (defun user-homedir-pathname (&optional host) "Return the home directory of the user as a pathname." (declare (ignore host)) (let* ((na...
by gekkonier
Wed Jan 25, 2017 2:31 am
Forum: The Lounge
Topic: CCL init file problem
Replies: 6
Views: 27038

CCL init file problem

Disclaimer: I'm on Windows, and I want to set up a programming environment that I don't have to install but be able to start it from lets say dropbox or a stick. CCL tries to find the ccl-init.lisp file on startup. After a lot of searching I found out, that CCL tries to do this with the path that cc...
by gekkonier
Wed Jan 25, 2017 1:40 am
Forum: The Lounge
Topic: CCL save-application from command line
Replies: 2
Views: 15296

Re: CCL save-application from command line

I never thought about command line arguments, but it's obvious.
Thank you!
by gekkonier
Tue Jan 24, 2017 6:24 am
Forum: The Lounge
Topic: CCL save-application from command line
Replies: 2
Views: 15296

CCL save-application from command line

I would like to distribute binaries from my programs. Actually I know how I can do this. A small example: I have here a Windows Workstation and use CCL 64bit, version 1.11., and I use emacs with slime to develop with it. Lets assume I have the following simple helloworld.lisp: (defun main () (format...
by gekkonier
Tue Jan 17, 2017 10:11 am
Forum: The Lounge
Topic: Average Lisp age?
Replies: 36
Views: 458518

Re: Average Lisp age?

Hi! I'm 37 and am a hobby programmer. I sh*t you not, but this got me onto the lisp train: https://www.youtube.com/watch?v=HM1Zb3xmvMc while surfing for no reason. After that I googled around and found Racket, what I use since about a year for inhouse scripting. Now I'm diving into common lisp. Ther...
by gekkonier
Tue Jan 17, 2017 8:15 am
Forum: The Lounge
Topic: How to start learning Lisp
Replies: 3
Views: 20627

Re: How to start learning Lisp

This reflects my opinion as a hobby programmer. At first you should choose a Lisp you want to learn. You should know that there are a lot of dialects (Common Lisp, Scheme, Racket, LFE, Clojure, Arc, NewLisp, Hy, Autolisp, Lisp for Emacs,.... - there are a TON of different dialects), so google around...