Haxe bindings for tarantool and more
- Install tarantool https://tarantool.org/en/download.html
- Install haxe http://haxe.org/download/
- Install haxe packages: tink_url, TarantoolHaxe
- Install luarocks with linux or mac osx packet manager
- Install luarocks packages: bit32, lrexlib-pcre
- Install VSCode https://code.visualstudio.com
- In VSCode install Haxe Extension Pack
- Launch VSCode
- Initialize haxe project
- Fix build.hx in that way:
-cp src
-lib TarantoolHaxe
-dce full
-main YourMainClass
-lua out/main.lua - Write code
- Launch: tarantool ./out/main.lua
- Write issue :)