Replies: 2 comments
|
This is great, thank you very much! Before the v0.1 release, I'll add a number of example applications to the readme, and yours will surely be one of them. Thank you for reporting all the problems you've encountered — it was quite insightful. There's a lot to consider when it comes to making C interop easier and less verbose in So, and I'll try to improve this in future versions of the language. I'm really excited to see the first So program not written by me :) Thanks again! |
0 replies
|
Cool. I made some improvements and updated readme, hopes can help understand the code. Keep tuned. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm a FreeSWITCH developer. To learn/experiment So, I made a simple module https://github.com/rts-cn/mod_solod
FreeSWITCH is quite big, and it uses a lot of C features, I figured out some problems like using variadic functions and callbacks etc. Anton helped a lot, feature request implementation and bug fixes were very fast. Thanks you Anton.
Maybe this can be a good C interop example, hope it helps. I like C and Go, and now, So ;).
All reactions