I use quicklisp to install the libraries cl-ncurses and also
But i keep getting these errors.
*update*
I found the ltk library and it works just fine. However its still a shame as I would like to use curses for some things.
On the other hand - been having a blast porting my python and crusty c programs. I still and stunned just how flexable clisp is. If I could just get it to play nice with a graphics framework - even somthing basic would do the job like curses it would be great. So many years wasted when I could have been programming the right way.
But i keep getting these errors.
;; Loading file /home/zimzom/.clisprc.lisp ...
;; Loading file /home/zimzom/quicklisp/setup.lisp ...
;; Loaded file /home/zimzom/quicklisp/setup.lisp
;; Loaded file /home/zimzom/.clisprc.lisp
[1]> (ql:quickload "cl-ncurses")
To load "cl-ncurses":
Load 1 ASDF system:
cl-ncurses
; Loading "cl-ncurses"
To load "uffi":
Install 1 Quicklisp release:
uffi
; Loading "uffi"
*** - Component "uffi" not found
The following restarts are available:
REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R1 Retry finding system uffi after reinitializing the source-registry.
ABORT :R2 Give up on "uffi"
ABORT :R3 Give up on "cl-ncurses"
ABORT :R4 Abort main loop
Do I need to reinstall clisp? Is there an easy way to do curses in lisp. Strikes me as odd that a language used to develop the first guis seems to have no way to do GUI stuff...*update*
I found the ltk library and it works just fine. However its still a shame as I would like to use curses for some things.
On the other hand - been having a blast porting my python and crusty c programs. I still and stunned just how flexable clisp is. If I could just get it to play nice with a graphics framework - even somthing basic would do the job like curses it would be great. So many years wasted when I could have been programming the right way.