Next version of Shen will be BSD licensed
31–40 of 50 posts
Re: Next version of Shen will be BSD licensed
#32Re: Next version of Shen will be BSD licensed
#33This is welcome news. Qi (the predecessor of Shen) gets mentioned every now and then in programming language discussions (eg. it has a Turing Complete type system), but I've refused to try it so far due to its non-Free license.
Re: Next version of Shen will be BSD licensed
#34Re: Next version of Shen will be BSD licensed
#3546 functions in Kλ... this is exactly what people like me need in a programming language. I have a hard enough time remembering if it's add() append() push() to throw something onto an array in Python or Javascript. Knowing that clojure has a cool syntax or cool function-to-do-something isn't all that awesome when I need to just code something. If I was all in on a language and not a jack of all trades, I'd love thos…
My solution to the problem has been to setup my development environment to provide the requisite autocompletion and linting (I use emacs with the brilliant spacemacs package to be able to have "the one IDE for all languages").
It takes a bit of setting up for each language you use, but if you do the setup on an as-and-when basis it's not that bad (and "starter-packs" that have packages that work together are great)
Re: Next version of Shen will be BSD licensed
#3646 functions in Kλ... this is exactly what people like me need in a programming language. I have a hard enough time remembering if it's add() append() push() to throw something onto an array in Python or Javascript. Knowing that clojure has a cool syntax or cool function-to-do-something isn't all that awesome when I need to just code something. If I was all in on a language and not a jack of all trades, I'd love thos…
I often have the same problems as you (and I have to say, I constantly forget whether it's push/append too, even in my most commonly used languages). My solution to the problem has been to setup my development environment to provide the requisite autocompletion and linting (I use emacs with the brilliant spacemacs package to be able to have "the one IDE for all languages"). It takes a bit of setting up for each langu…
Someday when I get sick of firing up python to quickly check that you append() to lists instead of push or add...
Re: Next version of Shen will be BSD licensed
#37I had a read of the website, but I don't really understand what people use Shen for, but presumably, it has some benefits over other lisps? Can anyone enlighten me?
Re: Next version of Shen will be BSD licensed
#38I'd like to buy the book related to the language, looks interesting, I am willing to pay list price, but fedex wants a mere $64 to ship it. Meanwhile I'm an electronics experimenter kind of guy and I currently have some weird semiconductors arriving from China where the entire order including shipping was only about $45 (I believe the shipping portion was $8). Admittedly a very small and light packet compared to a te…
Re: Next version of Shen will be BSD licensed
#39I'd like to buy the book related to the language, looks interesting, I am willing to pay list price, but fedex wants a mere $64 to ship it. Meanwhile I'm an electronics experimenter kind of guy and I currently have some weird semiconductors arriving from China where the entire order including shipping was only about $45 (I believe the shipping portion was $8). Admittedly a very small and light packet compared to a te…
I agree, I'd also like to buy the book. Looks pretty good, kind of similar to "The Haskell Road to Logic". But it doesn't look like he's very interested in selling outside the UK. I'll wait and hope it shows up on Amazon.
Re: Next version of Shen will be BSD licensed
#40I had a read of the website, but I don't really understand what people use Shen for, but presumably, it has some benefits over other lisps? Can anyone enlighten me?
From the fine website http://www.shenlanguage.org/ Shen is a portable functional programming language that offers pattern matching, lambda calculus consistency, macros, optional lazy evaluation, static type checking, an integrated fully functional Prolog, and an inbuilt compiler-compiler. Among other things, it's an attempt to create a Lisp that incorporates some of the things you find in functional languages like Ha…
Now if only the (cheap!) book on Shen was available as a DRM-free epub book.