Live data from Hacker News

Show HN: Darklang

medium.com

81–90 of 261 posts

Re: Show HN: Darklang

#81
post #78

I guess if you wanted to do something similar but open, you can edit code directly on your server, use erlang/elixir's hot reloading, and call it 50ms deploys.

When we were designing Dark, we wanted to be sure that it would actually be a thing that was safe to do, so it isn't just the same as hot reloads. Have a look at my video in the blog post: feature flags and versioning are a super important part of making this safe!

Re: Show HN: Darklang

#82
post #79

congratz! maybe for the generation which grows up with scratch, new concepts and ideas are needed. not sure if darklang will make it, but exploration in the space will surely help. writing this from while using emacs as a window manager(exwm), made me realize how impossible it is for me to evaluate change. best of luck.

Thank you, Jack!

Re: Show HN: Darklang

#83
Is there an open source version of the language? ...bc I'm not touching a programming language with a ten foot pole if it hasn't got at least two implementations, and at least one open source :|

Sure, keep the IDEs and deployless infrastructure and all proprietary, but a core programming language in 2019 can only be open-source. Heck, even Microsoft gets it now.

Re: Show HN: Darklang

#84
Why invent an entirely new language instead of using an existing popular one such as JS or Python?

It's hard for me to see the benefits being worth the difficulties.

Edit: after seeing the building block like nature of the editor it makes more sense to me. It's ambitious and a really cool concept. Would be great to see wider applications of that editor/language.

Re: Show HN: Darklang

#86
This is interesting. Congratulations on your hard work!

What does error handling look like? Do individual cards basically become individual classes with functions and handlers? I would love to see more examples of apps build with dark.

Does anyone know if there are tools in reverse of dark - build API and based on that create front end?

Re: Show HN: Darklang

#87
post #83

Is there an open source version of the language? ...bc I'm not touching a programming language with a ten foot pole if it hasn't got at least two implementations, and at least one open source :| Sure, keep the IDEs and deployless infrastructure and all proprietary, but a core programming language in 2019 can only be open-source. Heck, even Microsoft gets it now.

So, no Rust or Go for you?

EDIT: I got it, I got it. Go has multiple implementations. Bad example.

Re: Show HN: Darklang

#88
This would be awesome if node wasn’t around. But I feel like this is a 2D canvas on which you throw node functions.

Node+express is already simple enough...

Re: Show HN: Darklang

#89
post #55

> Dark is a holistic programming language No thank you. There's zero chance I'm going to learn and build anything in a language owned by a startup.

Honestly, that's totally cool. There's a certain risk profile that's right for where Dark is now (new startups, low risk projects, under-resourced projects/teams). Folks with a different risk profile should not be using Dark at the moment.

[deleted]

Re: Show HN: Darklang

#90
post #83

Is there an open source version of the language? ...bc I'm not touching a programming language with a ten foot pole if it hasn't got at least two implementations, and at least one open source :| Sure, keep the IDEs and deployless infrastructure and all proprietary, but a core programming language in 2019 can only be open-source. Heck, even Microsoft gets it now.

So, no Rust or Go for you? EDIT: I got it, I got it. Go has multiple implementations. Bad example.

Go has 2 implentations.
Post reply on HN