open.mp forum
[Question] Programming language - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40)
--- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42)
--- Thread: [Question] Programming language (/showthread.php?tid=299)



Programming language - Sasha - 2019-04-16

in what language will be written mod for multiplayer in the SAMP pawno and you will have?


RE: Programming language - Rafael_Rosse - 2019-04-17

Servers are written in Pawn. (One type of C )



I believe In these guys, they will succeed, how not how are they developers, SA:MP

which made our days fun


RE: Programming language - Bork - 2019-04-17

Pawn is Pawn. It's compiler is written in C.


RE: Programming language - Rafael_Rosse - 2019-04-17

(2019-04-17, 10:02 AM)Bork Wrote: Pawn is a form of C, not a form of C. I wouldn't even say its a 'form of' its more, written in C.



servers are written in pawno SA:MP C


RE: Programming language - Y_Less - 2019-04-17

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-curriculum/blob/master/module-1.md#definitions

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.


RE: Programming language - Double-O-Seven - 2019-04-17

Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.


RE: Programming language - hual - 2019-04-17

(2019-04-17, 07:02 PM)Double-O-Seven Wrote: Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.



Awesome!


RE: Programming language - denNorske - 2019-04-18

(2019-04-17, 07:02 PM)Double-O-Seven Wrote: Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.



That sounds very dope, would be extremely useful!



Wohooo