Would love some examples that showoff the benefits
Pixie: A small fast, native lisp
21–30 of 58 posts
Re: Pixie: A small fast, native lisp
#22Re: Pixie: A small fast, native lisp
#23Earlier quoted context omitted.
There are 61 commits and only one contributor. This isn't a good complaint, and the snark makes it worse.
The snark wasn't necessary indeed, and as an early-stage project, lacking documentation is understandable. As an HN post however, if you tease us with "magical features" in the title, I'd expect to have the magic shown to me in the linked page, or at the very least in the top comment. I shouldn't have to grok the sources to figure it out.
Re: Pixie: A small fast, native lisp
#24It looks cool enough, but I wish more of these modern Lisp implementations would ask to implement the Common Lisp standard rate than their own, informally-specified version of Lisp. Yeah, Common Lisp is not perfect, but it does have a lot of excellent ideas, and some of the bits which don't look excellent actually are (e.g. pathnames and logical pathnames).
Re: Pixie: A small fast, native lisp
#25Earlier quoted context omitted.
There are 61 commits and only one contributor. This isn't a good complaint, and the snark makes it worse.
Thanks, i already noticed the age of the project :). The ""complaint"" is obviously valid, i'd add at least half a page of examples to explain what it does and how to try it, just to increase the chance of contribution. No snarkiness was intended... but looks like it came out that way.
Re: Pixie: A small fast, native lisp
#26Re: Pixie: A small fast, native lisp
#27That being said I'll try to answer any questions you may have. Thanks!
Re: Pixie: A small fast, native lisp
#28Does it have fully polymorphic other basic functions, like setq, eql (or however they are named)? I guess not? Do you plan on introducing some parts of CLOS?
Lack of OO integration in CL is one of its biggest drawback for me... for me CLOS was the most powerful thing in lisp, not macros (mostly because they are not dynamic).
Re: Pixie: A small fast, native lisp
#29>Math system is fully polymorphic Does it have fully polymorphic other basic functions, like setq, eql (or however they are named)? I guess not? Do you plan on introducing some parts of CLOS? Lack of OO integration in CL is one of its biggest drawback for me... for me CLOS was the most powerful thing in lisp, not macros (mostly because they are not dynamic).