Kara Brightwell
Kara Brightwell
@sebheg updated title & description.
+1ers: you are adding nothing to this thread. Please stop it.
Otra currently only hooks into `require` calls directly in the REPL, but that's something we could add. Edit: see quarterto/otra-vez#3. Currently otra-vez only exports the REPL, I've filed quarterto/otra-vez#4 to...
There's not really a solution for this. The only way of creating a function of a given arity at runtime is the `Function` constructor, which would have a huge performance...
[Here it is in Javascript](https://gist.github.com/quarterto/651e8484147bdfbff660).
Dude, that's awesome. Any ETA on 0.9.13/0.10?
Hmm, I only got up to 30k ish.
`import` and `import all` are much more readable and obvious, especially as functions, i.e. `map (import a:5)`.
@DavidSouther we have `::=` as sugar for `.prototype import`.
Doesn't even need the `new Error`: ``` ls ls> "".constructor == String true ls> "".constructor == String false ```