Max Kreminski

Results 41 issues of Max Kreminski

At the moment, we make little to no attempt to distinguish between things that are only intended for internal use and things that can be relied upon by outside consumers....

cleanup

As of the [most recent snapshot release](https://github.com/bhauman/lein-figwheel/blob/master/CHANGES.md#023-snapshot), [Figwheel](https://github.com/bhauman/lein-figwheel) supports live-reloading with Node.js as the compile target. The changelog explicitly mentions node-webkit support, so we might be able to use it...

⌘O to open file? ⌘Q to quit out of app ⌘S to save document to file? ⌘T to open new tab ⌘W to close current tab

It should be possible to type characters like `()[]{}@#^,;"~` (all of which are currently excluded by `legal-char?`) within stringlikes.

Could be used to display errors, warnings, information about the currently selected form or the most recently executed command, etc. Might completely subsume the dedicated error bar.

Copied over verbatim from [Flense #27](https://github.com/mkremins/flense/issues/27). > The `flense.editor/->lines` function could easily be used to render parse trees to formatted text as well as to the DOM. Each line in...

Currently you can call all of [these functions](https://github.com/mkremins/winnow/blob/837807ef97568679c3755119a732cacb15257bf9/compiler.js#L20-L36) within a sifting pattern, but you can't bind a function's return value to a logic variable. In practice, this means that only...

enhancement

If we generate a `not-join` clause that lists three variables to join, e.g. `(not-join [?e1 ?e2 ?e3] ...)`, and only two of these variables are referenced in the body of...

bug