Elm: Web Development Without HTML, CSS or JavaScriptcurry-software.com3 points·by jdemler·7년 전·0 comments
Conveniently Split Up Modules in Elm with Shared Statecurry-software.com1 points·by jdemler·7년 전·0 comments
Conveniently split up modules in Elm using shared statecurry-software.com1 points·by jdemler·7년 전·0 comments
“Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism”github.com1 points·by jdemler·7년 전·0 comments
Show HN: pavoq – WebGL Shaders as Website Backgrounds – Written in Rust and Elmpavoq.com11 points·by jdemler·7년 전·3 comments
Show HN: pavoq – a marketplace for decorative shaders – built with Rust and Elmpavoq.com2 points·by jdemler·7년 전·0 comments
jdemler·7년 전·discussElm 0.19 actually also has a time travel debugger. Alas there is an issue with external packages.There is a PR for that already, but it has not yet been merged: https://github.com/elm/compiler/pull/1850At CurrySoftware we run a fork of the Elm compiler which merges this PR and has a feature to use ports and the debugger with `elm reactor`: https://github.com/CurrySoftware/compilerAnd an example how to use it here: https://github.com/CurrySoftware/elm-reactor-example
jdemler·7년 전·discussAt CurrySoftware we use Elm for all of our frontend needs.Most recent example: https://www.pavoq.com a SPA built with Elm and Rust
jdemler·7년 전·discussI would love to work on Wasm (compiler or tooling). Do you know a way to get such a job?
jdemler·7년 전·discussI understand your concerns, but many landingpages show videos. I find that much more annoying.Both bandwidth- and attention-wise.
jdemler·7년 전·discussWe built this with Elm and Rust.Especially Elm and the elm-ui library allowed us to move and build very fast!
jdemler·8년 전·discussWe use ledger with git for distributed accounting work.Ledger files are plaintext, works really great.
There is a PR for that already, but it has not yet been merged: https://github.com/elm/compiler/pull/1850
At CurrySoftware we run a fork of the Elm compiler which merges this PR and has a feature to use ports and the debugger with `elm reactor`: https://github.com/CurrySoftware/compiler
And an example how to use it here: https://github.com/CurrySoftware/elm-reactor-example