Yep, Programming Is Borked
evincarofautumn.blogspot.com
Yep, Programming Is Borked
1–10 of 57 posts
Re: Yep, Programming Is Borked
#2Re: Yep, Programming Is Borked
#3Works on my machine.
Re: Yep, Programming Is Borked
#4Re: Yep, Programming Is Borked
#5Furthermore I think the author dismisses the performance problem too easily. The code examples don't give any indication of the algorithmic complexity. I suppose I could determine it, possibly quite easily, if I understood how the compiler works but why would I want to know that?
I expect that this abstraction will make debugging performance problems a nightmare or it will leak the information. I will have to change perspective from "what" to "how" quite frequently which would distract me from my real goal.
I hope to be proven wrong though, this does look interesting.
Re: Yep, Programming Is Borked
#6Re: Yep, Programming Is Borked
#7"I’m almost 21, and I’ve been programming for over a decade now"
Re: Yep, Programming Is Borked
#8Declarative constraint based programming in this fashion might be nice but that doesn't make the "traditional" way borked. Furthermore I think the author dismisses the performance problem too easily. The code examples don't give any indication of the algorithmic complexity. I suppose I could determine it, possibly quite easily, if I understood how the compiler works but why would I want to know that? I expect that th…
I confess to linkbaiting a little with the title. Where we are now isn’t utterly broken, but the way we think about programming can always improve, and this is one direction I can envision improvement. Also, I wanted to tie it in to the article I was referencing.
Performance is obviously important, but it’s a large topic and I didn’t have strong enough examples on hand to make the point I want to make. I’ll definitely go into more detail on that point in a future article. The gist is that high-level languages don’t need to sacrifice performance if they are constructed in such a way that the program contains enough meaning for the compiler to intelligently optimise it, a property which existing languages tend to lack.
And if I may say so, I hope to prove you wrong too! ;)
Re: Yep, Programming Is Borked
#9Wait, you're saying that I could make an imperative results-oriented language as easily as a declarative one? Perhaps the author meant "is not identical to" rather than "orthogonal"?