Re: Finnish notation

2025-03-13 Thread Maxime Devos
On 2/03/2025 16:18, Tomas Volf wrote: Every list can be considered a pair, right? Except the empty list (empty lists if you also count #nil), assuming this is like Scheme - the empty list isn't a pair. Haven't been read the context.

Re: Finnish notation

2025-03-02 Thread Tommi Höynälänmaa
Tomas Volf kirjoitti 2.3.2025 klo 17.18: ... Would you happen to have some references to non-trivial code bases using this notation? It seems interesting, so I would like to see how it looks in real-world projects. See https://sourceforge.net/p/theme-d-intr/code/ci/master/tree/examples/

Re: Finnish notation

2025-03-02 Thread Tomas Volf
Tommi Höynälänmaa writes: > I present here an application of the Hungarian notation for languages using > Lisp-style syntax. Would you happen to have some references to non-trivial code bases using this notation? It seems interesting, so I would like to see how it looks in real-world projects.

Finnish notation

2024-11-27 Thread Tommi Höynälänmaa
I present here an application of the Hungarian notation for languages using Lisp-style syntax. Instead of studly caps, e.g. strName, we use lower-case variable names with a components separated by a hyphen, e.g. str-name. Each variable has a prefix that depends on its type. Here are the prefix