pogoscript in posgoscript?

30 views
Skip to first unread message

Joseph McDonald

unread,
Apr 16, 2013, 6:30:21 PM4/16/13
to pogos...@googlegroups.com
It looks like pogoscript is written in pogoscript.  Am I right on this?

Pogoscript is a very unique language, I look forward to experimenting with it.  I am thinking it would be a good language to implement specialized crawlers with.

Has anyone used pogoscript in a real world product?

Tim Macfarlane

unread,
Apr 17, 2013, 1:53:31 AM4/17/13
to Joseph McDonald, pogos...@googlegroups.com
Hi Joseph,

That's correct, pogoscript is written in pogoscript. There are one or two files that aren't yet, but that's more down to laziness than any technical limitations.

As for real world use, we have made good use of it in writing quite heavy front end browser apps with Angular JS (which is a beautiful thing by the way). One of them is for development purposes and the other has been live for some months and used by internal staff (20-30 users). Both apps are thousands of lines of code and make good use of the async operator to make AJAX calls - you really don't have to think about callbacks anymore, a very relaxing and productive programming experience.

For crawlers I think Node is a very good fit. One of my first node apps was a crawler and I was convinced when it performed 2-3 times faster than the equivalent asynchronous C# app. Pogoscript was motivated by that experience, especially the callback hell.

Pogoscript is due some new features, in particular, Futures (https://github.com/featurist/pogoscript/wiki/Futures) which may help when writing code with complex asynchronous behaviour. Coming very soon now, but don't let that stop you for the time being!

Cheers - Tim.
--
You received this message because you are subscribed to the Google Groups "pogoscript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pogoscript+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages