rain1
rain1
Hello. I can't include the C standard library yet. what is the plan for this?
# Building interp and interpopt + supporting files `cd camlboot` and extract the `ocaml-4.07.0` source release to this directory. Edit the following lines of `interp.ml` (they must be absolute paths,...
This is exciting. I have been wondering about bootstrapping Ocaml for a while. I have not test build yet but I saw this is able to build ocamlc. What are...
https://github.com/emeryberger/Malloc-Implementations
Is this doing assembly in the installer and getting window handles directly, then calling old school offsets into Win32 structs with DLL'd functions I don't see the source to? Am...
Aim
Hello. I found this project very interesting, Reading the README it says > The aim of this exercise is to prove that interpreted languages can be just as fast as...
This is a good data point, a lot of our beliefs about software are based on "educated guesses" (translation we just have no clue and make everything up). Thank you...
https://pkgd.racket-lang.org/pkgn/search?q=gll does not show up here
This KDF seems to be a homebrew thing https://github.com/skeeto/enchive/blob/master/src/enchive.c#L664 why not use scrypt? how was this particular KDF designed? is it based on some literature? no links to references are...
I think you can calculate the exact size of a file based on the encrypted version. This could leak information in some situations. Could be solved by rounding up to...