this post was submitted on 10 Aug 2023
6 points (100.0% liked)

Programming Languages

1355 readers
2 users here now

Hello!

This is the current Lemmy equivalent of https://www.reddit.com/r/ProgrammingLanguages/.

The content and rules are the same here as they are over there. Taken directly from the /r/ProgrammingLanguages overview:

This community is dedicated to the theory, design and implementation of programming languages.

Be nice to each other. Flame wars and rants are not welcomed. Please also put some effort into your post.

This isn't the right place to ask questions such as "What language should I use for X", "what language should I learn", and "what's your favorite language". Such questions should be posted in /c/learn_programming or /c/programming.

This is the right place for posts like the following:

See /r/ProgrammingLanguages for specific examples

Related online communities

founded 2 years ago
MODERATORS
 

I think, especially in programming language communities, that there tends to be a preference towards making a static language for their compile time guarantees, and this is a pretty concrete counterargument as to why people find dynamic languages "easier to program in"

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

Would have been a lot better if printf() wasn't used as an example. That's like justifying DI or AOP with mocking frameworks or logging or justifying closures with shitty hacks you do to make the JS experience 10% less painful. Or macros justified with DSLs. Reflection justified with serialization.

[–] [email protected] 2 points 2 years ago (1 children)

I have mixed feelings about the blog post. I don't think it is wrong per se, but I think this text conflates language features that are orthogonal too much. The initial description of the problem is good, explaining what is meant by inconsistency and feature biformity. But there's a lot of things after that I just don't agree with. Maybe there's some different core assumptions to start with we disagree on.

But in the end, different tools require different features. Programming languages are tools. There's no one-size-fits-all solution to every use case.

I do not understand "counterargument" here either. Counterargument for what? I don't think anyone suggests that choice of typesystem isn't a tradeoff.

[–] [email protected] 0 points 2 years ago (1 children)

Maybe not here, but I tend to get the feeling that the argument for static typing goes "it may look harder than dynamic types, but it's really not that bad", where as this article shows some more concrete disadvantages of static type systems

[–] [email protected] 1 points 2 years ago

There is no meaningful debate if static or dynamic systems are better. It's a tradeoff. And as such, arguments either for or against make little sense if the context about the situation they were designed for is ignored or left ambiguous.

[–] [email protected] 1 points 2 years ago (1 children)

It's amazing the person who has the blog is only 18 years old, and he is writing about very abstract concepts. I am following him since he was 16, and I see a lot of potential in there.

Also, I don't agree with some of the points he raised there, but hey, when I was 18 (or 16) I was far away from his level of understanding. Things started to click for me when I was in my early 20s, not 16.

[–] [email protected] 1 points 2 years ago

You know, I wasn't that impressed by this article, but I am coming around to your point of view given that additional context.