<alex-guenther>
what is the status of the c callbacks? are they kind of useable ... for playing around_
<asterite>
They have some issues… and if they form a closure they blow up (it's not yet implemented)
<asterite>
so you have to be careful not to use outside variables… but you can use a "self" pointer
<asterite>
What are you trying to do?
<alex-guenther>
well a while ago I was lookin if it is possible to write a sqlite3 wrapper...
<asterite>
Oh, that would be nice
<asterite>
You can use a class a a hidden "self" parameter for the callback
<asterite>
Hmmm...
<alex-guenther>
I think I would like to try to write some code examples to see how crystal behaves ... may be usefull for others. Well right now I've got a job with PHP (after working with rails) I miss writing beautiful code, and crystal feels like the language that is really fun