Live data from Hacker News

Nubank acquires Cognitect

cognitect.com

71–80 of 281 posts

Re: Nubank acquires Cognitect

#72

Earlier quoted context omitted.

A lot of people don't seem to mind building on top of tech owned and developed by a telecommunications company - Erlang.

Yep, telecomms and banks, very similar dynamics and incentives /s

Yes? What incentive exactly are you implying banks have that make them less suitable than other mega-corporations for the purposes of developing a programming language?

Re: Nubank acquires Cognitect

#73
post #54
post #50

Earlier quoted context omitted.

Immutability is a very powerful idea when record keeping and dealing with transactions. I know of at least one major bank whose ledgers are written Haskell.

any relevant links to share about this?

It's Walmart and not a financial institution but this is a great talk about immutability applied to the backend services using F#: https://youtu.be/FskIb9SariI

Re: Nubank acquires Cognitect

#74
post #9

Earlier quoted context omitted.

It says this in your post. Cognitect will continue to offer professional services for Datomic customers, but will transition out of general consulting development. Does this mean your general consulting services are going away?

I friend of mine hired the principles at Cognitect to kick off a Clojure/Datomic project. They were like a force of nature, really, and very quickly got things set up and helped with architectural decisions, etc. I would imagine that they have helped hundreds of customers this way. From the blog post, I think that the answer to your question is yes: they will stop general consulting services.

Here's hoping they release a getting started project now that they've dipped out of general consulting.There must have been a standard-ish template in use.

Re: Nubank acquires Cognitect

#75
> Nubank has grown to 600 Clojure developers, running 2.5 million lines of Clojure code in 500 microservices

Wow, that's enormous especially for a concise language like Clojure. Very happy about this announcement as a Clojure user. Sounds like it's going to be viable for at least another decade.

Re: Nubank acquires Cognitect

#76
I'm just remembering the sad collapse of RethinkDB...

The task of making a viable commercial database in 2020 is herculean and I can really empathize with the team's need to both keep cashflow and have a sufficiently sized deployment to debug against.

Can also say that everyone I've met at nubank are really passionate about the ecosystem and seem like they'll be excellent partners

Re: Nubank acquires Cognitect

#79
post #52

Earlier quoted context omitted.

Clojure has many free IDEs. Many people currently use Emacs w/CIDER, Atom w/Chlorine, Visual Studio w/Calva, Vim w/Fireplace, etc. For that matter, Cursive also has a free non-commercial edition.

I've found CIDER superior to Cursive for Clojurescript, specifically. I use a combination of IntelliJ (with the emacs keybindings) and emacs depending on which language I'm working with. Most of my projects involve two or more languages, so I'll usually have both editors open all day :) As an aside, I'm starting to become a fan of Kotlin for backends (with some Clojure sprinkled in where it offers a big advantage), a…

Using Spring with Kotlin or other?
Post reply on HN