Search found 3 matches

by tylerdmace
Fri May 27, 2011 11:33 pm
Forum: Whither newLISP?
Topic: Common Lisp newLisp module?
Replies: 8
Views: 14020

Re: Common Lisp newLisp module?

I am very interested in a newLisp compiler, as I am certain many people are. I've been thinking for years about how much work would be involved to turn newLisp code into a .fasl style output or to create a binary file (withut appending code to the end of the newLisp binary). +1 I have a feeling, ho...
by tylerdmace
Sun Nov 29, 2009 10:58 pm
Forum: newLISP in the real world
Topic: ncurses and newlisp
Replies: 2
Views: 1980

Re: ncurses and newlisp

Perhaps you could use getmaxx and getmaxy separately...? When trying to display text completely centered on the screen, I am unable to do so, even using these two methods. Are there any (even semi) in-depth tutorials on using ncurses with newlisp? Note: If you're interested in the code I'm trying t...
by tylerdmace
Sun Nov 29, 2009 1:13 am
Forum: newLISP in the real world
Topic: ncurses and newlisp
Replies: 2
Views: 1980

ncurses and newlisp

I've been on the hunt for a clean way to find the row/col size of a terminal window for a few hours now and everything I've seen suggest that there's a lib-call (getmaxyx) native to libncurses. I've got both 5.0 and 6.0 installed but niether of them seem to contain that particular method. ERR: impor...