-
Over the last few months, I've gone through the process of "depastafying" some old codes with the goal to remove all instances of GO TO. I did this because in many cases deconstructing the code was th…
-
I’d like to use Hap as an opportunity to explore some fun new syntax ideas, while being careful not to blow the weirdness budget entirely, deferring to conventional dynamic imperative languages like J…
-
NOTE: before learning this, learn JavaScript first!
Goal 1: you need to learn the functional principles (higher order functions, closures, etc.). It is not the goal of learning Scala!
Goal 2: co…
-
**Request:**
Can we review the following guideline to always use the gerund verb form as the first word in a title of a procedure and consider allowing the _bare infinitive_ verb form for task-base…
-
Hi Evan,
- My programming background is imperative programming language.
- I want to learn Elm because somehow I found that elm is ranked first for which functional programming to learn ( even abov…
-
I propose a string-focussed syntax for computation expressions.
**Example:**
```fsharp
// a given model...
let customer =
{|
name = "Best Plants"
orders = [
…
-
In the help notes for this "sieve" block included in the demos for the Streams library, you say "It's called SIEVE because the algorithm it uses is the Sieve of
Eratosthenes: https://en.wikipedia.org…
-
[Comment from Email](https://lists.w3.org/Archives/Public/public-silver/2021Mar/0002.html):
from [Word docx](https://lists.w3.org/Archives/Public/public-silver/2021Mar/att-0002/Review_Comments_for_W…
-
Hi. I've faced a memory consumption problem while working with UrWeb lists, please see http://www.impredicative.com/pipermail/ur/2015-March/001917.html
Looks like UrWeb has very simple memory allocati…
-
Inspired by the need for efficient rasterisation (and some long-ago complaints by Cosmin), I would like to add the following operators for efficiently updating multiple elements of some targets for ea…
athas updated
3 years ago