Readit News logoReadit News
adambrod commented on How the OCaml type checker works (2022)   okmij.org/ftp/ML/generali... · Posted by u/mooreds
myaccountonhn · a year ago
I also suspect that people are more open to a language like OCaml. With Rust and javascript being so popular, a lot of constructs in OCaml will not seem so foreign.

OCaml is in many ways a sane Typescript or a functional version of Go.

adambrod · a year ago
Ditto, it feels like more people are coming around to the ML style type systems. I'm hoping Gleam will fill the void with a scalable BEAM backend and compiling to JS with Lustre on the frontend (or even just serverside with htmx).
adambrod commented on How the OCaml type checker works (2022)   okmij.org/ftp/ML/generali... · Posted by u/mooreds
fire_lake · a year ago
Before OCaml multi core it was a non starter for many applications. Now, OCaml can be used for almost anything!
adambrod · a year ago
I really rooting for the Riot framework. It's based on the actor model and makes using multi core in OCaml a breeze.
adambrod commented on How the OCaml type checker works (2022)   okmij.org/ftp/ML/generali... · Posted by u/mooreds
mattarm · a year ago
Some popular streamers have dabbled in OCaml this year, sometimes calling it "the Go of functional programming", which probably set off a small wave of people tinkering with the language. OCaml has also gotten gradually better in recent years in terms of tooling, documentation, standard library, etc.
adambrod · a year ago
I think they were saying that Gleam was Go of functional programming? OCaml may be like Go compared to Haskell but IMHO Gleam really embraces simplicity and pragmatism.
adambrod commented on An Interview with Jose Valim, Creator of Elixir   welcometothejungle.co/en/... · Posted by u/wickwavy
adamzapasnik · 6 years ago
I know it's been said by many, but I will repeat once again.

Elixir is a very cool and powerful language for building web apps.

Having built my first product (https://retrochat.xyz) in Elixir, I can wholeheartedly recommend it to anyone who is not happy with their current backend language(Ruby, Python, Js, etc).

Docs, functional programming, OTP, ecosystem(Phoenix, Ecto, Mix) are really top notch. In my opinion, you will be able to reach much higher productivity (especially long term) in Elixir than in Ruby, which is known for it's high level of productivity. Sounds like a fairy tale, right? Well, that fairy tale can become a reality with Elixir.

The only thing that is a bit of pain is a good release support, but that has been changing for better.

adambrod · 6 years ago
The one thing that could really push it into "dream language" territory is a sound type system. The Gleam language recently popped up as an up and coming solution to that... It's ReasonML/Javascript like syntax makes it familiar and has a good interop story.
adambrod commented on Ask HN: Who is hiring? (July 2019)    · Posted by u/whoishiring
adambrod · 6 years ago
Haven Connect | Multiple Senior Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory challenges for affordable housing to get low-income Americans into units faster and at a fraction of the cost. We provide an online platform for the affordable housing community. This currently includes an online application portal for low-income applicants, and a CRM like dashboard for property managers to maintain a waitlist and communicate with applicants over a long time period. Technologies we use:

  - Elixir, TypeScript
  - React, Redux, React-Apollo, Webpack, Babel, Cypress
  - Postgres, RDS, Algolia, Twilio, Heroku, AWS
https://havenconnect.com/careers

adambrod commented on Ask HN: Who is hiring? (May 2019)    · Posted by u/whoishiring
adambrod · 6 years ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory challenges for affordable housing to get low-income Americans into units faster and at a fraction of the cost. We provide an online platform for the affordable housing community. This currently includes an online application portal for low-income applicants, and a CRM like dashboard for property managers to maintain a waitlist and communicate with applicants over a long time period.

Technologies we use:

  - Elixir, TypeScript
  - React, Redux, React-Apollo, Webpack, Babel, Cypress
  - Postgres, RDS, Algolia, Twilio, Heroku, AWS
https://havenconnect.com/careers

https://stackoverflow.com/jobs/companies/haven-connect

adambrod commented on Ask HN: Who is hiring? (April 2019)    · Posted by u/whoishiring
adambrod · 6 years ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory challenges for affordable housing to get low-income Americans into units faster and at a fraction of the cost. We provide an online platform for the affordable housing community. This currently includes an online application portal for low-income applicants, and a CRM like dashboard for property managers to maintain a waitlist and communicate with applicants over a long time period.

Technologies we use:

  - Elixir, TypeScript
  - React, Redux, React-Apollo, Webpack, Babel, Cypress
  - Postgres, RDS, Algolia, Twilio, Heroku, AWS
https://havenconnect.com/careers

adambrod commented on Ask HN: Who is hiring? (March 2019)    · Posted by u/whoishiring
adambrod · 7 years ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory challenges for affordable housing to get low-income Americans into units faster and at a fraction of the cost.

We provide an online platform for the affordable housing community. This currently includes an online application portal for low-income applicants, and a CRM like dashboard for property managers to maintain a waitlist and communicate with applicants over a long time period.

Technologies we use:

  - Elixir, TypeScript
  - React, Redux, React-Apollo, Webpack, Babel, Cypress
  - Postgres, RDS, Algolia, Twilio, Heroku, AWS
https://havenconnect.com/careers

adambrod commented on Ask HN: Who is hiring? (January 2019)    · Posted by u/whoishiring
adambrod · 7 years ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com

Haven Connect is a software company that uses automation and a deep understanding of the regulatory challenges for affordable housing to get low-income Americans into units faster and at a fraction of the cost.

We provide an online platform for the affordable housing community. This currently includes an online application portal for low-income applicants, and a CRM like dashboard for property managers to maintain a waitlist and communicate with applicants over a long time period.

Technologies we use:

  - Elixir, JavaScript, ReasonML (for some internal tools)
  - React, Redux, React-Apollo, Webpack, Babel, Cypress
  - Postgres, RDS, Algolia, Twilio, Heroku, AWS
Full job descriptions coming soon, please email adam@havenconnect.com

adambrod commented on Deploying Elixir   luk3thomas.com/notes/depl... · Posted by u/luk3thomas
adambrod · 7 years ago
Thanks for the article! I find it really surprising how difficult it is to deploy Elixir apps when it's so much more popular now and the Elixir team is so great at the developer experience.

u/adambrod

KarmaCake day223May 8, 2012View Original