Garbage collected coroutines?

2024-06-10 Thread František Fuka
the local scope so that it's automatically destroyed when it goes out of scope? P.S: It seems that I have problem receiving any email from this mailing list so I'll probably have to post follow ups to this topic in the IRC channel after I read the replies in the mailing list web archive... -- -- František Fuka

Subscribe

2024-06-10 Thread František Fuka

Coroutine produces segmentation fault

2024-06-02 Thread František Fuka
441000), the script produces a segmentation fault (after printing lots of "(" parentheses) on line 13 (the "for" loop). What am I doing wrong? Thanks. -- -- František Fuka

Subscribe

2024-06-02 Thread František Fuka
-- -- František Fuka

Subscribe

2024-06-02 Thread František Fuka
-- -- František Fuka

Unsubscribe

2019-12-08 Thread František Fuka
-- *-- Frantisek Fuka* (yes, that IS my real name) -- My personal homepage: www.fuxoft.cz -- My social feeds: www.fuxoft.cz/feed

Re: PicoLisp mirror on github

2017-04-22 Thread František Fuka
Original version numbering was simply incremental (e.g. v3.0.7 is newer than v3.0.4). Since 2016, the version numbers represent year and month. E.g. v16.12 is from December 2016. On Sat, Apr 22, 2017 at 7:17 PM, Christopher Howard < christopher.how...@qlfiles.net> wrote: > What is the significanc

Re: Future of PicoLisp?

2017-02-03 Thread František Fuka
I think that "adding PPA repository to my system" is not much easier than "downloading Picolisp source and compiling it". You and I can do both. Unskilled users will struggle with both. We need a method for unskilled users that allows them just to download a file, click something, maybe type a line

Re: Future of PicoLisp?

2017-02-03 Thread František Fuka
I was never happy with the packaged Picolisp version being so much behind the official one. Is it much of a problem to provide .deb installers on the official site (for Debian and *buntu distros)? Or, an universal binary that checks all the required dependencies and compiles the latest version? S

Re: Full documentation in a single document?

2016-12-19 Thread František Fuka
Putting all doc/ref*.html files into single file is almost the solution. The result is a single file function reference readable on Kindle etc (with working hyperlinks). I am not sure it tutorial & other docs should be in the same file, my main problem was with ref* files being split. But it's not

Full documentation in a single document?

2016-12-19 Thread František Fuka
Hello, is there a single document containing all PicoLisp documentation (including the function reference), suitable e.g. for reading in Kindle? Or an existing script to generate such a file? I could stitch it together rather easily from the existing HTML docs but I just want to make sure I am no

Re: Released PicoLisp 15.11

2015-11-25 Thread František Fuka
I personally prefer when the version number immediately tells me how old the release is. On Nov 25, 2015 1:03 PM, "O.Hamann" wrote: > Nice to see a new release, Alex! > > But I do really wonder, > why a version scheme like Major.Minor.fixes does not fit any longer the > needs of software users. >

Re: Picolisp on GitHub?

2015-10-19 Thread František Fuka
er Burger himself, the additional > benefit of pull-request and "social coding" offered by those services are > currently not needed for the development of picolisp core.Best > regardsbeneroth- Original Message -From: František Fuka [mailto: > f...@fuxoft.cz]To: picol

Picolisp on GitHub?

2015-10-19 Thread František Fuka
Are current Picolisp sources officially available at GitHub? If not, can I put them there? I like how GitHub allows me to browse and study sources from anywhere... -- *-- Frantisek Fuka* (yes, that IS my real name) -- My Personal homepage: www.fuxoft.cz -- My Google+ profile: google.com/+fuxoft

Re: append

2015-10-17 Thread František Fuka
(also newbie here, butu here's my take) append operates on LISTS. 'd or 'e is not a list. You should do: (append '(a b c) '(d) '(e)) Or, alternatively: (append '(a b c) (list 'd 'e)) On Sun, Oct 18, 2015 at 1:08 AM, Jonathan Kelly wrote: > Hi, > > > > Newbie trying to get into the lisp head

Re: Single File Function Reference

2015-10-14 Thread František Fuka
It seems to work great but the file must be named "ref.html". On Wed, Oct 14, 2015 at 9:02 PM, Richard Kallos wrote: > This is something that I recently discovered that I wanted, so I broke out > my sed manual and came up with this: > http://pastebin.com/itx1GrSG > > Please let me know if there

Re: Single File Function Reference

2015-10-13 Thread František Fuka
ae> > T: +971 4 8816750 > F: +971 4 8816250 > E: vuk...@lmedubai.ae > > On Tue, Oct 13, 2015 at 5:35 PM, František Fuka wrote: > >> Is there Picolisp function reference available to download as a single >> file, to put in in my EBook reader? I can only see it online,

Single File Function Reference

2015-10-13 Thread František Fuka
Is there Picolisp function reference available to download as a single file, to put in in my EBook reader? I can only see it online, split to individual files according to the first letter of the function name. -- *-- Frantisek Fuka* (yes, that IS my real name) -- My Personal homepage: www.fuxof

Subscribe

2015-10-13 Thread František Fuka
-- *-- Frantisek Fuka* (yes, that IS my real name) -- My Personal homepage: www.fuxoft.cz -- My Google+ profile: google.com/+fuxoft -- My Telegram chat: telegram.fuxoft.cz