Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - genghis

#1
Whither newLISP? / In-place parameter substitution
April 12, 2012, 09:10:52 AM
Hi, is it possible to create a user-defined function much like what inc does: in-place parameter substitution, or is this only available for built-in functions?



Where do newLISPers hangout? Is there a #newlisp IRC channel somewhere?
#2
newLISP in the real world / Integer comparison bug
April 12, 2012, 09:03:35 AM
Loving the language so far.



(= 9223372036854775807 9223372036854775808)

The above returns true. Shouldn't it be nil instead? Where can I submit bug reports? Do we have an bug tracker?