emily icon indicating copy to clipboard operation
emily copied to clipboard

Git mirror of https://bitbucket.org/runhello/emily

Results 7 emily issues
Sort by recently updated
recently updated
newest added

I encountered the following issue when first compiling the project. I'm not sure how exhaustive the instructions are supposed to be, or should be. After installing opam for the first...

Two things I just noticed: 1. `ctypes` seems to have been recently added as a dependency, but `build.md` doesn't mention it. 2. The link to `build.md` at https://bitbucket.org/runhello/emily/wiki/Home is...broken!! Maybe...

This is an issue to track one of the ideas suggested in #10, adding support for unary -, so we can do: `-a + -b` instead of `~a + ~b`,...

File IO is obviously really important. I'm interested in working on some project, and it seems like doing it the "wrong" way but getting something working and replaceable is doable....

I'm going to accept PR #8 tonight, this adds scientific notation (`1e8`, etc) to Emily. However I have some thoughts on where we should go past there. Something strikes me...

So I was discussing the possibility of an official package manager with @ mccclure on Twitter and she asked me to post my proposal here. So here it is Okay,...

On my system (Debian wheezy), after 'make' succeeds, 'sudo make install' fails like so: ``` ~/testmake/emily$ sudo make install install -d /usr/local/bin install -d /usr/local/share/man/man1 ocamlbuild -no-links -use-ocamlfind src/main.native make:...