Viewing profile — EduardoRFS
EduardoRFS
HN member- Joined
- Tue, Jul 28, 2020, 3:15 PM UTC
- HN karma
- 49
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About EduardoRFS
No profile information was provided.
Recent public activity
-
comment
Comment #28282179
OCaml is really good at building in parallel. So even without that many files it can still compile using 32 threads. Making so that a project with 20k loc is less than a second in …
-
comment
Comment #28282141
OCaml is much faster than Go in the bytecode mode, as you have interfaces files which drastically simplify the typing process. The compiling pipeline of bytecode is basically typin…
-
comment
Comment #24307033
I have some tools that you can use to cross compile pretty easily, not a first class yet but it works, you can build generic toolchains quite easily, just a new `sysroot` with the …
-
comment
Comment #23978106
There is no support to bitcode, but there is no major advantage to support it, so it doesn't seems to be worthy
-
comment
Comment #23978082
Most developers, there is a lot of places to get this information but if you look at the stackoverflow survey, which is a survey large enough to be relevant, you get some data arou…
-
comment
Comment #23977676
Android isn't even on the official list of OS supported, recently I fixed the build system for Android, OCaml is just not a mobile language(yet)
-
comment
Comment #23976924
There was a previous PR where I got the overall patches needed, but almost everything was developed on the iOS + QEMU, at first I didn't had spare money to buy an used iPhone. The …
-
comment
Comment #23976683
I don't think that was the case for a long time on the tooling side, OCaml has a great support for ARM64 for a long time now, but Linux ARM64. But well most developers aren't actua…