Looks interesting but here's what I don't understand. So many programming languages do not show example code on the homepage. That's like if Mazda didn't show cars on their homepage. Sure, you won't really know what it's like to drive it without getting your hands dirty but at least let me see the trim.
In the spirit of testing: Mazda doesn't show cars on their home page. Here is mazda.com: Forbidden You don't have permission to access / on this server. You have to add www. to mazda.com before you can see any damn cars. And it's just one car I see; some fat SUV that looks like it's about to give birth to a pair of sporty twins.
Skip: A programming language to skip the things you have already computed
31–40 of 119 posts
Re: Skip: A programming language to skip the things you have already computed
#32Looks interesting but here's what I don't understand. So many programming languages do not show example code on the homepage. That's like if Mazda didn't show cars on their homepage. Sure, you won't really know what it's like to drive it without getting your hands dirty but at least let me see the trim.
Great feedback! This is a big oversight.
Re: Skip: A programming language to skip the things you have already computed
#33It's still very much used at SkipLabs. In fact, it's the language that SQLive is written in: http://sqlive.io Unfortunately, we use a proprietary fork of SKIP, so that's why the OSS project looks dead. We might open-source our version some day, but no plans for now.
I really hope you are successful in tackling this problem and that you can share your work.
Re: Skip: A programming language to skip the things you have already computed
#34A whole homepage about a programming language, and nowhere on the page does it show the programming language. :-/
Why is seeing the syntax of a programming language so interesting? I think that syntax is one of the least interesting aspects of a programming language.
Re: Skip: A programming language to skip the things you have already computed
#35A whole homepage about a programming language, and nowhere on the page does it show the programming language. :-/
Why is seeing the syntax of a programming language so interesting? I think that syntax is one of the least interesting aspects of a programming language.
Re: Skip: A programming language to skip the things you have already computed
#36>written by a bunch of html/js developers
Ah so because they have rediscovered something it’s meant to be revolutionary?
Re: Skip: A programming language to skip the things you have already computed
#37A whole homepage about a programming language, and nowhere on the page does it show the programming language. :-/
Why is seeing the syntax of a programming language so interesting? I think that syntax is one of the least interesting aspects of a programming language.
Re: Skip: A programming language to skip the things you have already computed
#38Earlier quoted context omitted.
Even worse, the "tutorial" is a challenge of sorts, where you have to guess at the right answer given hints.
Sure, that's a problem, but once you've figured out the answers you can just skip them next time.
Re: Skip: A programming language to skip the things you have already computed
#39It's still very much used at SkipLabs. In fact, it's the language that SQLive is written in: http://sqlive.io Unfortunately, we use a proprietary fork of SKIP, so that's why the OSS project looks dead. We might open-source our version some day, but no plans for now.
If done right, SQLive is the sort of thing that could entirely change the way many applications are written. Solving the problem of real time collaboration at the database level has been a dream of mine for years. Unfortunately I'm doubtful that existing RDBMSs will be able to integrate such a thing, seeing how shoddy implementations of materialized views have been. I really hope you are successful in tackling this p…