Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sumeetdas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sumeetdas
1y ago
The first typed programming language where I've seen pipe operator |> in action was in F#. You can write something like: sum 1 2 |> multiply 3 and it works because |> pushes the output of the left expression as t
2.
▲
by
sumeetdas
5y ago
- Its based on type theory, and thus supports data types like tuples, records, and sum types. Those are explained in the specs. - Does not use quotes to describe property names. Has a unique syntax for large property names. - It allows for
3.
▲
FUML – a new data serialization language based on type theory
(github.com)
1 points
by
sumeetdas
5y ago
|
2 comments
4.
▲
Show HN: Bleeter – Twitter UI built using F#
(sumeetdas.me)
2 points
by
sumeetdas
5y ago
|
0 comments
5.
▲
Show HN: Generate-Resume: Node CLI to Generate Resume in HTML and PDF from XML
(github.com)
4 points
by
sumeetdas
8y ago
|
0 comments