Hugh Sanderson
Hugh Sanderson
I guess checking the link line to make sure it has the flags you want. Also, do you need to install the sdl2 framework somehow on mac - third party...
I think the OCaml target is completely unnecessary for moving forward. It should go: 1. Write ocaml ast -> haxe generator 2. try it We can worry about whether ocaml...
From the name (genml) I would say it is an experimental ml target. I would say comment out any reference to the target, but keep the AST changes. IIRC, the...
Yes, forget OCaml as a target initially. Forget adding AST components. Forget changing the haxe compiler at all - these are just distractions. The is a project written in haxe,...
I don't think speed is a great issue. I'm sure that if some auto-port is done, it will be way slower initially and this will be about the memory usage...
I have implemented a similar thing with "VirtualArray" The array starts off unknown, and then as you add stuff to it, the underlying representation changes until you ultimately cast it,...
The casting only ever happens in one direction: empty -> Int -> Float -> Dynamic (maybe skip Float or Int), or empty -> String -> Dynamic or empty -> Bool...
Testing and cppia mainly - I wrote it, but did not have time to put out fires if it went wrong. Now I've moved over to "haxe mode", I will...
Looks like it is an issue with "op==". If you do: b.push(4); trace(a); you get 1,2,3,4
I added the operators to hxcpp.