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

Messages - schilling.klaus

#1
Whither newLISP? / Re: anonymous rb-trees?
January 15, 2013, 10:37:58 PM
GNU AVL takes a function pointer for the comparison function, data are void*.
#2
Do R3RS schemes with first-class environments, such as elk and umbscheme, not try to achieve  something similar as kernel?
#3
Whither newLISP? / Re: anonymous rb-trees?
January 05, 2013, 03:22:15 PM
Do the internally implemented trees allow for supplying a user-defined comparison function, making it possible to implement a balanced binary tree sort?
#4
Whither newLISP? / Re: anonymous rb-trees?
January 04, 2013, 03:55:38 AM
Is it possible to use the foreign function interface and an external c library that implements balaned trees, such as glib or GNU AVL?
#5
Anything else we might add? / Re: XSLT and newLisp
November 19, 2012, 12:52:20 AM
Is it possible to  interface newlisp with libxslt, libxml2, and xsltproc instead?
#6
Does this approach also work for replacing unicode characters outside the ascii range with numerical html character references or the other way round?
#7
How does the foreign function interface treat C-preprocessor macros? Some  `functions' in the ncurses library, such as getyx, are really macros and would screw up for example the simple ffi of Clisp. (The backdoor is then to write wrapper code in C and link it against the Clisp library.)



Klaus Schilling