In Detail: Native C Calls

2012-05-09 Thread Alexander Burger
Hi all, at last, I have found the time to write an in-detail description of the 'native' function: http://software-lab.de/doc/native.html Any comments welcome! It became quite long, not because 'native' is so complicated, but because there are so many ways of passing information to and from

Re: In Detail: Native C Calls

2012-05-09 Thread Jakob Eriksson
On May 9, 2012 at 3:33 PM Alexander Burger a...@software-lab.de wrote: Does anybody know of a programming language with an equally powerful -- yet as simple -- C function interface? Except C/C++ of course ;-) I think D has it. (D is pretty nice, it looks like C++ except the evil.) best

Re: In Detail: Native C Calls

2012-05-09 Thread Rand Dow
Alex, That looks great! I'm very impressed with native and now he doc! Cheers! Rand On May 9, 2012, at 3:33 PM, Alexander Burger a...@software-lab.de wrote: Hi all, at last, I have found the time to write an in-detail description of the 'native' function:

Re: In Detail: Native C Calls

2012-05-09 Thread Thorsten Jolitz
Alexander Burger a...@software-lab.de writes: Hi Alex, at last, I have found the time to write an in-detail description of the 'native' function: http://software-lab.de/doc/native.html Any comments welcome! It became quite long, not because 'native' is so complicated, but because

Re: In Detail: Native C Calls

2012-05-09 Thread Alexander Burger
Hi Jakob, Does anybody know of a programming language with an equally powerful -- yet as simple -- C function interface? Except C/C++ of course ;-) I think D has it. (D is pretty nice, it looks like C++ except the evil.) OK, but, well, if I understand it right, D is an extension of C (a