Our great sponsors
-
To take practice with Elm I implemented a tiny project ts-converter: a browser extension to translate timestamps into human readable dates. Ts-converter is released as a libre software under GPLv3 license.
-
naming error Line 44, Column 12 I cannot find a `Timestamp` type: 44| ts : Timestamp, ^^^^^^^^^ These names seem close though: Timstamp Time.Zone Task.Task Time.Month Hint: Read to see how `import` declarations work in Elm.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
There is an online editor, named Ellie, to play with the language without the need to install anything on your machine. Ellie permits to install dependencies for your code, so you can prototype an entire project with it.