beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
ygrek has joined #picolisp
ygrek has quit [Remote host closed the connection]
theruran has quit [Quit: Connection closed for inactivity]
bjorkintosh has quit [Ping timeout: 276 seconds]
bjorkintosh has joined #picolisp
bjorkintosh has joined #picolisp
beneroth has quit [Quit: Leaving]
<geri> hey, does picolisp reader use line buffering? abu[7]
<abu[7]> Not line
<abu[7]> but readline() on stdin does
<geri> hmm
<abu[7]> Pil uses a general buffer
<geri> how does that work?
<geri> my current approach is just reading 1 character at the time from stdin, which works but not with readline() basically
<geri> and i want usable readline :(
<abu[7]> (vi 'llvm~_getStdin)
<abu[7]> click on gReadline
<abu[7]> C glue
<geri> so you only do line buffering in interactive repl?
<abu[7]> *I* don't
<geri> well, readline does yeah
<abu[7]> readline does
<geri> :D
<abu[7]> T ☺
beneroth has joined #picolisp
theruran has joined #picolisp
ygrek has joined #picolisp
beneroth has quit [Quit: Leaving]
ygrek has quit [Remote host closed the connection]
ygrek has joined #picolisp
ygrek has quit [Remote host closed the connection]
<abu[7]> : (sum '((N) (* N N N)) (range 1 9))
<abu[7]> -> 2025
<abu[7]> Happy new year! ☺