The Artima Developer Community
Sponsored Link

Python Buzz Forum
Open Source release of Frontier?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Open Source release of Frontier? Posted: May 17, 2004 6:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Open Source release of Frontier?
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

Wow - UserLand plans open-source release of Frontier kernel. The kernel includes things like the UserTalk script interpreter, all the UserTalk builtin functions, the Frontier ODB and the Frontier web server.

I don't expect that it will gather as many developers as the big open source scripting languages, but it would be a worthy addition to the community. It used to be cutting-edge, and the system still has a bunch of great ideas, despite having been surpassed in various areas (speed, reliability, debuggability, popularity) by other competitors. Enough to be worth saving, for sure.

Just off the top of my head, I can think of some interesting projects to do with the Frontier source:

- remove the dependency on the GUI, so it could be run as a Windows service on NT/2K/XP (as modern server software does).

- once that's done, a UNIX port might not be so hard. Presumably it's fairly portable already, as right now it runs on two different versions of Mac OS as well as Windows.

- perhaps after those two, or perhaps first, someone could rip out UserTalk and make a standalone interpreter, so you can use it the way you might use Perl or Python at the moment.

- this is a bit of a long shot, but if you could make the UserTalk interpreter support the Python module API or something similar, a whole bunch of open source libraries (DB access, etc) would suddenly be within reach.

Anyway, that's all for now. Announcements of open-source releases usually precede the actual releases by quite a while, so don't hold your breath. When this release actually happens, though, it will be a lot of fun :-)

Comment

Read: Open Source release of Frontier?

Topic: SQL Interface for Common Lisp Previous Topic   Next Topic Topic: Mozilla developers smarter than IE developers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use