Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The tooling is solid, the lsp server provides auto completions and edit by edit syntax checking in major editors like vim, Emacs and vscode, there is a good formatting tool in elm-format, a built in repl which is basic but works fast. A test runner is also there, with support for fuzzing. Not to mention a time travel debugger which is a highlight. Things that are missing or not good are proper logging, step by step line debugger, profiling and performance tracking.


Sounds great. How does the time travel debugger work if not by stepping through the lines? Jumping forward and backward between function calls?


It's actually time travelling through the various UI states ur web application will go through.

It's really awesome for debugging complex ui interactions but not for actual line by line code debugging




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: