Hacker Newsnew | past | comments | ask | show | jobs | submit | akegalj's commentslogin

For Elm like language for Linux have a look at https://www.roc-lang.org/

The language is still in its early stage, but looks like it covers your use case


I would second this.

My experience is that people get scarred of so much new terms which get introduced in Haskell and that could feel overwhelming.

When beginning with Haskell, I would advice to just write code and try to intuitively understand bits, but not get down into unwrapping things or theory much. Stay high level and figure out how things interact as you would do in black box model. Don't open the box, but poke it and see what result you will get (in other words; just write code and do trial and error).

When you get comfortable with black-box learning then open the box and look for the details.


When interviewed for engineering position at Google 6-7 years ago I asked:

"How is the weather at OfficeWhereIAppliedTo?"

It was a really honest question because sunny weather is something that I really care for as I am from mediterian.

The reaction was really positive - everyone was laughing and interview ended in a very positive and relaxed tone.

At the end I didn't get the offer - but that's because I was too slow at solving algorithmic problems.


If I was interviewing someone and they asked what the weather was like at the office, I would just think they'd wasted a question on something they could easily Google.


What software do you use for stt on your mobile?


ledger: https://www.ledger-cli.org/

and its haskell clone hledger: https://hledger.org/index.html

I use hledger - but I bellieve both would work.


+1 to that. I wrote about my use of the tool here when I was freelancing http://nibrahim.net.in/2015/11/07/ledger_and_personal_financ...


You can't rest fingers on this touch keyboard the same way you can on phisical keyboard (laying hand on a keys without enogh force to push the keys). I would not be confortable of hovering hand all the time - usually I rest my fingers on keycaps when in idle mode (not actively hovering above the keyboard)


This was the first thing that made me realise it wouldn't work for me also. I wonder if they'll be able to come up with a way to measure input force as a workaround


> This can be solved by dependent typing

dependant typing isn't needed for some use cases you have mentioned:

> list must not be empty you can use NonEmpty

https://hackage.haskell.org/package/base-4.9.0.0/docs/Data-L... . We are still encoding this special case and our intent in types. Cons is that we need a special support for it (special library) where with dependant types we could reason about this use case without a special library

EDIT: added newlines


> They just kind of kick cans down the road for a few years hoping to fail upward

Never heard this one before. Really made me laugh. Thank you


I would like to travel and freelance around the world. The thing is i don't know is it sustainable model. I read this thread and think to myself how envious I am. Does freelancing mean working at odesk and such sites or what?


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

Search: