Skip to content

Comment on In-browser mini IDE and Programming Languageparent

Comments

It's trying to do something totally different from what I can tell. It uses a limited form of interaction that works well with the web instead of trying to replicate the desktop on the web. It's also much more responsive. The dependency on Silverlight is somewhat disappointing, but this is really cool.

I'm actually working on something similar for a DSL used by my employer. We started with Javascript, but recently decided to port to Silverlight. I'm not entirely pleased with the decision, but within the context of the app, it makes sense--the DSL is used to generate screen flows on devices using WPF. By using Silverlight, we didn't have to define the existing WPF controls in Javascript in order to render the scripts from the IDE--we can just leverage (for the most part) the existing controls which are defined with XAML.

Personally, I don't particularly like developing via Silverlight--many of the tools required by VS2008 are buggy, and often there is precious little documentation as to how the tools work under the hood.

Is there any way to get to the algorithm view from the IDE?

Because um... I just want to play with it. I don't particularly care about the algorithms. I just like the tech.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.