Something feels kind of "right" about this in the same sense that machine learning techniques seem to be able to produce correct results. In my "things that exist in Star Trek:TNG that we should be making more progress on" list, I think that how we program is wrong for a great many of use-cases. In the Star Trek fictional universe, you often see characters programming impossibly complex things very quickly. There's s…
I think one programming paradigm that is very underserved is something in the sorts of filters. GPU shaders, Signal Processing or a Nginx filter are all on this line of thinking. We should be more inclined into program things as filters where we manipulate and maybe mutate/transform the data that is passing through that filter, so this could be easily paralelized, cut a lot of expensive CPU branches and where humans…
Sentient: a high-level, declarative programming language
11–20 of 27 posts
Re: Sentient: a high-level, declarative programming language
#12Earlier quoted context omitted.
I think one programming paradigm that is very underserved is something in the sorts of filters. GPU shaders, Signal Processing or a Nginx filter are all on this line of thinking. We should be more inclined into program things as filters where we manipulate and maybe mutate/transform the data that is passing through that filter, so this could be easily paralelized, cut a lot of expensive CPU branches and where humans…
I'm inclined to agree but if an nginx filter is like (HttpRequest, HttpResponse) => (HttpRequest, HttpResponse) then aren't we basically saying we like purely problems that can be expressed as compositions of pure functions? Signal programming I have less feelings on
The fact that we are creating arbitrary abstractions to represent data and imposing to others is actually the core issue here.
Supose we could set up the representation for the most things as a matrix. colors, words, sound, etc..
Than you can filter and process applying linear algebra, ML, etc..
I fell that the way we pack bytes, in arbitrary fashion, by mixing types is a core impediment for us to have a better experience with the program/data duality.
But i guess that all of this data centered, AI focused world will make us understand a better way to deal with both programs and data. The need to make our ML agents understand our world will probably change the way we deal with code and data.
Re: Sentient: a high-level, declarative programming language
#13Am I understanding this correctly? Or am I missing something? What are the differences between Sentient and MiniZinc etc?
Re: Sentient: a high-level, declarative programming language
#14Re: Sentient: a high-level, declarative programming language
#15Earlier quoted context omitted.
I know this comment is being flagged as inflammatory, but I appreciate knowing that there are at least some other people who find people rewriting eveything in webtech tiring.
So what has been "rewritten" here? Does the fact that other declarative programming languages exist mean the author shouldn't experiment with their own, or do you merely object to their choice of tech stack for this?
Re: Sentient: a high-level, declarative programming language
#16Earlier quoted context omitted.
I think one programming paradigm that is very underserved is something in the sorts of filters. GPU shaders, Signal Processing or a Nginx filter are all on this line of thinking. We should be more inclined into program things as filters where we manipulate and maybe mutate/transform the data that is passing through that filter, so this could be easily paralelized, cut a lot of expensive CPU branches and where humans…
I'm inclined to agree but if an nginx filter is like (HttpRequest, HttpResponse) => (HttpRequest, HttpResponse) then aren't we basically saying we like purely problems that can be expressed as compositions of pure functions? Signal programming I have less feelings on
Re: Sentient: a high-level, declarative programming language
#17Earlier quoted context omitted.
I think one programming paradigm that is very underserved is something in the sorts of filters. GPU shaders, Signal Processing or a Nginx filter are all on this line of thinking. We should be more inclined into program things as filters where we manipulate and maybe mutate/transform the data that is passing through that filter, so this could be easily paralelized, cut a lot of expensive CPU branches and where humans…
Semi-amusingly, to tie that to GP's comment, the few times they show "real" programming on Star Trek, that's exactly what it looks like - visually chaining transformations together in a directed graph.
Re: Sentient: a high-level, declarative programming language
#18Something feels kind of "right" about this in the same sense that machine learning techniques seem to be able to produce correct results. In my "things that exist in Star Trek:TNG that we should be making more progress on" list, I think that how we program is wrong for a great many of use-cases. In the Star Trek fictional universe, you often see characters programming impossibly complex things very quickly. There's s…
I think one programming paradigm that is very underserved is something in the sorts of filters. GPU shaders, Signal Processing or a Nginx filter are all on this line of thinking. We should be more inclined into program things as filters where we manipulate and maybe mutate/transform the data that is passing through that filter, so this could be easily paralelized, cut a lot of expensive CPU branches and where humans…
Re: Sentient: a high-level, declarative programming language
#19Something feels kind of "right" about this in the same sense that machine learning techniques seem to be able to produce correct results. In my "things that exist in Star Trek:TNG that we should be making more progress on" list, I think that how we program is wrong for a great many of use-cases. In the Star Trek fictional universe, you often see characters programming impossibly complex things very quickly. There's s…
Heres the evidence: There are no unbreakable cyphers in Startrek, it's merely a matter of time or Datas smarts until whatever species of the weeks encrypted message is broken.
Thus, most optimisation and search problems are easily solvable in their universe including automatic program synthesis.