Re: "ocaml_beginners"::[] Re:
newbie c<->caml help
United Kingdom
2008-03-28 16:59:37
On Friday 28 March 2008 19:37:21 jshaw10 wrote:
> > For what though? >
> Simulation of a 64-bit CPU. If you have other ideas for a good data
> type to use I'd love to hear it.
>
> BTW my library is working. Now it'd just be nice to be able to get the
> ocaml lexer to recognize 64-bit unsigned ints.
You might like to try F#. It provides all of these extra numeric types
(including float32 and uint64) and you could even generate code at run-time
to improve performance.