• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] Programming language
#5
Pawno is an editor, C is a low-level language, Pawn is a scripting language. I did recently write some stuff one the differences here:

https://github.com/Y-Less/pawn-curriculu...efinitions

Our scripting system is based on pawn-natives:

https://github.com/Y-Less/pawn-natives

This allows for functions to be exported as C symbols, as well as working as Pawn natives, thus both can be used. Once you have C bindings to any function, other languages become easy to implement on top of that, and we have ideas to even further simplify alternate language integration.
  Reply


Messages In This Thread
Programming language - by Sasha - 2019-04-16, 06:10 PM
RE: Programming language - by Rafael_Rosse - 2019-04-17, 09:44 AM
RE: Programming language - by Bork - 2019-04-17, 10:02 AM
RE: Programming language - by Rafael_Rosse - 2019-04-17, 10:19 AM
RE: Programming language - by Y_Less - 2019-04-17, 01:58 PM
RE: Programming language - by Double-O-Seven - 2019-04-17, 07:02 PM
RE: Programming language - by hual - 2019-04-17, 07:09 PM
RE: Programming language - by denNorske - 2019-04-18, 11:24 AM

Forum Jump: