Re: I/O buffering.

2017-01-17 Thread Alexander Burger
Hi Lindsay, > Is is possible to turn off I/O buffering in a PicoLisp program? I/O buffering can't be turned off, it happens on a lower (stdin) level. I think what you mean is a low-level (e.g. character-wise) read as opposed to the higher-level 'read' function. > e.g In Perl one can do somethi

I/O buffering.

2017-01-17 Thread Lindsay John Lawrence
Is is possible to turn off I/O buffering in a PicoLisp program? e.g In Perl one can do something like this... #!/usr/bin/perl $| = 1; # Turn off I/O buffering while () { s/-/_/g; # Replace dashes with underscores print $_; } I'd like to do something similar with a PicoLisp program. Best Regards,

Re: back to the future in bench game

2017-01-17 Thread Jakob Eriksson
This was interesting! Just saw pixielang on HN. > 17 jan. 2017 kl. 22:28 skrev Mike Pechkin : > > Author of http://pixielang.org/ in the city. > Welcome to community > >> On Tue, Jan 17, 2017 at 7:10 PM, Timothy Baldridge >> wrote: >> > Check link in archive: >> >https://web.archive.org/web/20

Re: back to the future in bench game

2017-01-17 Thread Mike Pechkin
Author of http://pixielang.org/ in the city. Welcome to community On Tue, Jan 17, 2017 at 7:10 PM, Timothy Baldridge wrote: > > Check link in archive: > >https://web.archive.org/web/20150308140349/http:// > kazimirmajorinc.com/Documents/The-speed-of-eval-in-some- > Lisp-implementations/index.htm

Re: back to the future in bench game

2017-01-17 Thread Alexander Burger
Hi Mike, > Check link in archive: > https://web.archive.org/web/20150308140349/http://kazimirmajorinc.com/Documents/The-speed-of-eval-in-some-Lisp-implementations/index.html > > Lets update PicoLisp (17.1.7) times and compare with other dialects. > Demo code for time3 by @taij33n: > (bench >(

back to the future in bench game

2017-01-17 Thread Timothy Baldridge
> Check link in archive: > https://web.archive.org/web/20150308140349/http://kazimirmajorinc.com/Documents/The-speed-of-eval-in-some-Lisp-implementations/index.html As a Clojure programmer, I find that Clojure code rather...gross. Of course it's slow, Clojure is optimized completely differently fr

Subscribe

2017-01-17 Thread Timothy Baldridge
-- “One of the main causes of the fall of the Roman Empire was that–lacking zero–they had no way to indicate successful termination of their C programs.” (Robert Firth)

back to the future in bench game

2017-01-17 Thread Mike Pechkin
hi, Check link in archive: https://web.archive.org/web/20150308140349/http://kazimirmajorinc.com/Documents/The-speed-of-eval-in-some-Lisp-implementations/index.html Lets update PicoLisp (17.1.7) times and compare with other dialects. Demo code for time3 by @taij33n: (bench (let N 100

Re: doc/form/refQ.html: missing "" after ""

2017-01-17 Thread Mattias Sundblad
Thanks Jon! I'll fix the errors right away Den 17 jan. 2017 12:33 em skrev "Jon Kleiser" : > Hi, > > I have found a few things that should be fixed in doc/form/refQ.html. > > line 120: missing "" after "" > line 161: missing space before " line 162: the "the " could go before the " > /Jon > -- >

doc/form/refQ.html: missing "" after ""

2017-01-17 Thread Jon Kleiser
Hi, I have found a few things that should be fixed in doc/form/refQ.html. line 120: missing "" after "" line 161: missing space before "mailto:picolisp@software-lab.de?subject=Unsubscribe