Yaron Minsky
Yaron Minsky
For a number of reasons, I'd prefer to use jsonm rather than yojson, but yojson is considerably faster. We noticed this in some internal benchmarks, which tracked pretty closely what...
One issue I see with the current image combinators is that the ability to overlay them seems limited. In particular, it's often natural to want to overlay some property over...
Here's the reproduction: ``` [hello_test]$ dune init proj hello --ppx ppx_inline_test --inline-tests Success: initialized project component named hello [hello_test]$ tree . ├── _build │ └── log └── hello ├── bin...
The d3 API isn't quite as type-safe as I might have expected. Here's an example of a simple bit of code that doesn't behave the way I would expect. In...
The version as of OCaml 4.14 seems useless, as far as I can tell. Here's an example from 4.13.1: ``` # #show_module_type Base.Comparator.S;; module type S = sig type t...
Is there a good way of getting the plug in to run ocp-indent more incrementally? Right now, I have to hit some keys to force a reformat, instead of having...
A few examples of the syntax highlighting not working quite right. In the following example, you can see that begin/end are not highlighted as keywords --- they should ideally be...
Merlin's emacs support lets you expand the type shown for a given expression by requesting the type a second time. (e.g., you type C-c t twice.) The expansion that Merlin...
I tried the most basic example (making just a sphere), and it failed with the following output: ``` $ ./ruckus-3d ~/Documents/sphere.rkt 2>&1 > ~/failure generate-compile-and-link: error compiling: ERROR: 0:1: ''...
I'm super excited to see Ruckus, and would love to use it in teaching my kids. I'm wondering if there's any hope of getting Ruckus to work in an interactive...