Gabriel Radanne

Results 115 issues of Gabriel Radanne

In the top level : ``` ocaml # let s = "bla" ;; val s : string = "bla" # let s' = allocate string s ;; val s' :...

documentation

The goal is more or less to solve #1, it includes #21 1. Functorize the core of the library 2. Extract the backend-agnostic part into a new library 3. Add...

This time, I tried something a bit more principled and careful. So far, it just implements a new module without changing the default. The implementation passes all the tests and...

This would be nice. In particular, it may allow to implement the whole thing on top of native javascript regex (which are probably faster when used in javascript).

Got stuck because of the limitation with macros/side effects This was quite annoying to write, especially due to all the annoyances around the module system and declarations. cc @OlivierNicole

It could be possible to improves `Tyre.rep` by adding a `~min` and `~max` optional arguments, similar to `Re.repn`. The case where `max` is provided could be optimized to avoid reparsing...

Several people have expressed desire to help on this one, and web server internals are not really my forte, so every help is appreciated! As I see it, here is...

Epic

It would be pretty nice to have a toplevel linked to ocsigenserver in order to load eliom and play interactively with it.

This was just an amusing experiment. All the test passes. I'm pretty sure we could make to_string works too, but I didn't tried (~scheme would be tricky). If you are...

Following discussion #5. I really think it's better to hide unsafe combinators under the carpet, rather than creating a `Safe` module. Good defaults are important and user will not look...