-
**Submitted by Vladimir on 1/5/2015 12:00:00 AM**
**12 votes on UserVoice prior to migration**
It very often looks better than recursion, and it would be wonderful to have this possibility
**[Or…
-
Because XL is fundamentally kind of functional, it seems uneasy to simulate `continue` from imperative loops. Same goes for `break` (one could use `return` instead, but that'd work only without nestin…
-
The print statements that we generate tend to be pretty messy, with string "fragments" separated into different print statements instead of being grouped together (see the [Python](https://github.com/…
-
# Haskell for OCaml programmers · dr knz @ work
This post mirrors OCaml for Haskellers from Edward Z. Yang (2010). Note The latest version of this document can be found online at https://dr-knz.net/h…
-
see: https://news.ycombinator.com/item?id=13675268
-
Hey there,
We can create a new entry in LibUI via:
entry = LibUI.new_entry
Then, we can set it read-only, via:
LibUI.entry_set_read_only
LibUI.entry_set_read_only(entry, 1) # …
-
_Note that this is not the same as the naming convention established in [(Paniagua, 2019)](https://ieeexplore.ieee.org/abstract/document/8972250). This is about how to come up with names, not with how…
-
This is a continuation of #32.
Literal types are a feature in other programming languages, like [Python](https://peps.python.org/pep-0586/) and [TypeScript](https://www.typescriptlang.org/docs/hand…
-
Have you thought about adding an effect system to Morel?
> Row-based Effect Types for Database Integration
> https://homepages.inf.ed.ac.uk/slindley/papers/corelinks.pdf
It requires some extens…
-
_Originally opened by @rudolph9 in https://github.com/cuelang/cue/issues/211_
Could we generalize the `builtin.Func( )` syntax to essentially be syntactic sugar for the following:
```
Add1:: {
…