Cute name. I wonder to what extent the language has anything to do with Frege's work in logic. I mean Haskell's last name was Curry, and currying is a big deal in FP. Thankfully that wasn't named after Moses Schoenfinkel.
That said, I always felt that "Finkel" would be a cute name for an FP language, service or library... I call dibs!
Frege: A JVM pure functional programming language in the spirit of Haskell
11–20 of 112 posts
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#12Actually it is the link to the blog entry that contains a link to the presentation.
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#13Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#14Cute name. I wonder to what extent the language has anything to do with Frege's work in logic. I mean Haskell's last name was Curry, and currying is a big deal in FP. Thankfully that wasn't named after Moses Schoenfinkel.
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#15"Frege is thought as a substitute for this missing GHC port. While not derived from any existing Haskell implementation, it is more or less equivalent to Haskell 2010. Please see the wiki page that details the differences." So now Haskell can produce native executable code, run in a JVM and as subset of it ( https://github.com/faylang/fay/wiki ) run in the browser. Now there is no excuse for me to NOT using Haskell ;…
Pragmas now sorta start with @, and type classes are (in my opinion) kinda funky coming from Haskell.
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#16"Frege is thought as a substitute for this missing GHC port. While not derived from any existing Haskell implementation, it is more or less equivalent to Haskell 2010. Please see the wiki page that details the differences." So now Haskell can produce native executable code, run in a JVM and as subset of it ( https://github.com/faylang/fay/wiki ) run in the browser. Now there is no excuse for me to NOT using Haskell ;…
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#17The conclusions of http://fregepl.blogspot.jp/2013/03/adding-concurrency-to-fre... lead me to believe that the author knows significantly more about Haskell than about either the JVM or concurrency. I hope that the language is able to attract a healthy number of contributors in those areas before it begins to accrete it's own idiomatic concurrency patterns.
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#18The conclusions of http://fregepl.blogspot.jp/2013/03/adding-concurrency-to-fre... lead me to believe that the author knows significantly more about Haskell than about either the JVM or concurrency. I hope that the language is able to attract a healthy number of contributors in those areas before it begins to accrete it's own idiomatic concurrency patterns.
Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#19Re: Frege: A JVM pure functional programming language in the spirit of Haskell
#20Looks really cool! Oh, it runs on the JVM. Hm, too bad.