Anyone here use Qi, Mercury, or Agda? I’m interested in what people think of those languages.
Agda is a proof assistant. I've used Coq, but not Agda -- I imagine they're similar. You wouldn't use it for general development. Qi is interesting but the development community is much smaller than its competitors (mainly Haskell). You probably want to look into Shen, not Qi. Qi development has mostly stalled.
A Functional Programming Influence Graph
31–40 of 44 posts
Re: A Functional Programming Influence Graph
#32Earlier quoted context omitted.
Agda is a proof assistant. I've used Coq, but not Agda -- I imagine they're similar. You wouldn't use it for general development. Qi is interesting but the development community is much smaller than its competitors (mainly Haskell). You probably want to look into Shen, not Qi. Qi development has mostly stalled.
Why wouldn’t you use it Agda/Coq for general development? (Looking for reasons other than a presumed lack of libraries.)
(As far as I know. I've only worked through Pierce's book.)
Re: A Functional Programming Influence Graph
#33Re: A Functional Programming Influence Graph
#34Earlier quoted context omitted.
That'd may be hard, because there's no canonical 'original' Lisp (there were a few similar, but incomplete/incompatible versions), and more importantly, there's no clear definition of what even is a Lisp. I mean, from the ones shown, it's sort of obvious, but I'm thinking in general. Also, Common Lisp, Racket, and Clojure are different enough that they count as separate languages in their own right, rather than 'vari…
> more importantly, there's no clear definition of what even is a Lisp. How about: If you program in it using s-expressions, it’s a Lisp.
I'm not sure there is such a thing as a "Lisp." If you mean S-expression language, just say s-expression language. Wedging in Lisp as a substitute conflates the issue.
Re: A Functional Programming Influence Graph
#35Anyone here use Qi, Mercury, or Agda? I’m interested in what people think of those languages.
Re: A Functional Programming Influence Graph
#36Anyone here use Qi, Mercury, or Agda? I’m interested in what people think of those languages.
Agda is a proof assistant. I've used Coq, but not Agda -- I imagine they're similar. You wouldn't use it for general development. Qi is interesting but the development community is much smaller than its competitors (mainly Haskell). You probably want to look into Shen, not Qi. Qi development has mostly stalled.
Re: A Functional Programming Influence Graph
#37I think www.classes.cs.uchicago.edu/current/22300-1/lectures/FP_history.pdf is a better graph because it focuses more on functional languages and the layout is easier to navigate.
a) it focuses /less/ on functional languages, since it includes many fewer. The nice one about this graph is that it is relatively complete.
Re: A Functional Programming Influence Graph
#38I think www.classes.cs.uchicago.edu/current/22300-1/lectures/FP_history.pdf is a better graph because it focuses more on functional languages and the layout is easier to navigate.
That is a very nice graph. I was shooting for a more comprehensive graph, but as you see at the cost of comprehension.
Re: A Functional Programming Influence Graph
#39Earlier quoted context omitted.
That'd may be hard, because there's no canonical 'original' Lisp (there were a few similar, but incomplete/incompatible versions), and more importantly, there's no clear definition of what even is a Lisp. I mean, from the ones shown, it's sort of obvious, but I'm thinking in general. Also, Common Lisp, Racket, and Clojure are different enough that they count as separate languages in their own right, rather than 'vari…
> more importantly, there's no clear definition of what even is a Lisp. How about: If you program in it using s-expressions, it’s a Lisp.
Now, you might argue that means Logo is not a Lisp, but it is actually extremely similar to basic Scheme. You could turn an interpreter for one into an interpreter for the other with mostly minor tweaks. It's also a dialect of Lisp historically.
Re: A Functional Programming Influence Graph
#40Earlier quoted context omitted.
Agda is a proof assistant. I've used Coq, but not Agda -- I imagine they're similar. You wouldn't use it for general development. Qi is interesting but the development community is much smaller than its competitors (mainly Haskell). You probably want to look into Shen, not Qi. Qi development has mostly stalled.
In the dependently typed family of languages it's a little bit arbitrary to divide between programming languages and proof assistants since everyone in this space can be made to play both roles in a pinch. I think most people think of Coq as more on the proof assistant side and Agda more on the programming language side.