David Johnson-Davies
David Johnson-Davies
Hmmm ... thanks, but I'll need to think about this.
Yes, good idea.
Thanks for the reminder! Still on my to-do list, but low priority.
I feel that there are more important things to fix in uLisp. Perhaps I should make a list of them some time!
Agreed - and I don't think there's currently any other useful function for keywords.
> Going to have to think about how to fix this. I don't think it's necessary (or useful) to fix it. I think it's a consequence of uLisp being a...
It does the same on Version 4.6, and I can understand why, but I really don't think it's worth spending any time trying to "fix" it.
I've found a fix. In eval() change: ``` // Evaluate the parameters - result in head object *fname = car(form); int TCstart = TC; object *head = cons(eval(fname, env), NULL);...
Not sure this would be more useful than uLisp's current behaviour.