<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>baseplane - technology platforms &#187; develop</title>
	<atom:link href="http://baseplane.com/tag/develop/feed/" rel="self" type="application/rss+xml" />
	<link>http://baseplane.com</link>
	<description>Technology Platforms, Architecture and Kits for all your codes by Ryan Christensen</description>
	<lastBuildDate>Thu, 12 Nov 2009 05:10:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kepler a Lua Based Web Development Framework</title>
		<link>http://baseplane.com/2008/06/22/kepler-a-lua-based-web-development-framework/</link>
		<comments>http://baseplane.com/2008/06/22/kepler-a-lua-based-web-development-framework/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 22:45:05 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[baseplane]]></category>
		<category><![CDATA[generation]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kit]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://baseplane.com/?p=53</guid>
		<description><![CDATA[Lua is a very useful language for many things.  Extending core base code with modules and add-ons have made it very useful in game development but since Lua is table-based it can also be easily applied to web development. Well that time has come, See the Kepler Project for a nice collection of modules that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.keplerproject.org/" target="_blank"><img class="alignright" style="float: right;" src="http://farm4.static.flickr.com/3204/2601483827_a3764cfe7c_o.gif" alt="" width="275" height="52" /></a>Lua is a very useful language for many things.  Extending core base code with modules and add-ons have made it very useful in game development but since Lua is table-based it can also be easily applied to web development. Well that time has come, See the Kepler Project for a nice collection of modules that make a good start for web development with Lua.</p>
<p style="padding-left: 30px;">Kepler is an open source platform that brings the power of <a class="local" href="http://www.keplerproject.org/en/Lua">Lua</a> to web development. There are a number of great Web development platforms out there but none balances portability, size, power and extensibility quite like Kepler does:</p>
<ul style="padding-left: 30px;">
<li>Being extremely portable and light means that it can be installed in very constrained devices as much as in providers that limit the amount of RAM and processing time for your scripts.</li>
<li>If you ever heard of the customization features of games such as <a href="http://www.worldofwarcraft.com/">World of Warcraft</a>, think about all that power applied to web scripting.</li>
<li>Being extensible means both that we can extend the platform by adding new modules and that the users of the applications that you build can extend those applications using Lua.</li>
</ul>
<p style="padding-left: 30px;">Kepler was created by Fábrica Digital and PUC-Rio and is continuously being improved by a core team of commiters (see <a class="local" href="http://www.keplerproject.org/en/Dev_Team">Dev Team</a>) and lots of contributors (see <a class="local" href="http://www.keplerproject.org/en/Credits">Credits</a>).</p>
<p style="padding-left: 30px;">Kepler is free software and uses the MIT license model: it can be used for both academic and commercial purposes at absolutely no cost. See the Kepler <a class="local" href="http://www.keplerproject.org/en/License">License</a> for more details.</p>
<p>Kepler is a platform that uses <a href="http://www.luarocks.org/">LuaRocks</a> to offer <a class="local" href="http://www.keplerproject.org/en/Modules">Modules</a> such as:</p>
<ul>
<li>Page based and MVC XHTML generation (WSAPI, CGILua and Orbit)</li>
<li>SQL and XML processing (LuaSQL and LuaExpat)</li>
<li>Hash (MD5) and a pair crypt/decrypt</li>
<li>Zip files reading (LuaZip)</li>
</ul>
<p>The Lua community is constantly contributing with more modules that can be used with the Kepler <a class="local" href="http://www.keplerproject.org/en/Architecture">Architecture</a>. Most of those modules are catalogued on <a href="http://luaforge.net/">LuaForge</a> and new ones keep coming.</p>
<h2>Unix installation</h2>
<p>Please check <a class="local" href="http://www.keplerproject.org/en/UNIX_Installation">UNIX Installation</a> for a detailed view of how to install Kepler on Unix machines (including OSX).</p>
<h2>Windows installation</h2>
<p>Installing Kepler on Windows does not require any C compiler and should work on any Windows machine with internet access.</p>
<ol>
<li>Download <a href="http://luarocks.org/">LuaRocks</a> and install it using <code>install /SCRIPTS c:\luarocks\0.5.2</code></li>
<li>Add the LuaRocks scripts dir to your system path (the same directory used in the <code>/SCRIPTS</code> parameter above)</li>
<li>Install Kepler and Xavante using <code>luarocks install kepler-xavante</code></li>
<li>Configure everything using <code>setup-kepler</code> and following the instructions</li>
<li>Use <code>xavante</code> to run Xavante as a tray bar application, or use &#8216;xavante_start&#8217; to run Xavante     from the command prompt. Another option is to run Kepler using CGI</li>
</ol>
<p>Once Kepler is running, you might want to look at those pages:</p>
<ul>
<li><a class="local" href="http://www.keplerproject.org/en/Hello_World">Hello World</a> will tell you how to write a simple application</li>
<li><a class="local" href="http://www.keplerproject.org/en/Using_a_Database">Using a Database</a> will tell you how to use some of the popular databases with Kepler.</li>
<li><a class="local" href="http://www.keplerproject.org/en/Configuring_Web_Servers">Configuring Web Servers</a> will tell you how to use Kepler with some specific web servers.</li>
</ul>
<p>The Kepler 1.1 Unix installer can be downloaded from its <a href="http://luaforge.net/frs/?group_id=104">downloads</a> page. Check the <a class="local" href="http://www.keplerproject.org/en/Installation">Installation</a> page for more details and for the Windows installation instructions (using LuaRocks).</p>
<p>If you need the binaries for specifics <a class="local" href="http://www.keplerproject.org/en/Modules">Modules</a> you can also get them from LuaForge, on the module respective project page.</p>
]]></content:encoded>
			<wfw:commentRss>http://baseplane.com/2008/06/22/kepler-a-lua-based-web-development-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Python Becoming A Market Baseplane Language?</title>
		<link>http://baseplane.com/2008/03/13/is-python-becoming-a-market-baseplane-language/</link>
		<comments>http://baseplane.com/2008/03/13/is-python-becoming-a-market-baseplane-language/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 10:03:18 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[baseplane]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[market formats]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://baseplane.com/2008/03/13/is-python-becoming-a-market-baseplane-language/</guid>
		<description><![CDATA[Sun has been on a rampage lately.  They recently purchased MySQL (which has some questions with InnoDB) but they also are supporting Python and integrating it into the VM offerings with Jython.
So now we have Google (They employ Guido), Microsoft (IronPython) and Sun (Jython) all turning into Python-istas. Does this mean Python is destined [...]]]></description>
			<content:encoded><![CDATA[<p>Sun has been on a rampage lately.  They recently purchased MySQL (which has some questions with InnoDB) but <a href="http://www.tbray.org/ongoing/When/200x/2008/03/03/Python-at-Sun" target="_blank">they also are supporting Python</a> and integrating it into the VM offerings with Jython.</p>
<p>So now we have Google (They employ <a href="http://www.python.org/~guido/" target="_blank">Guido</a>), Microsoft (<a href="http://www.codeplex.com/IronPython" target="_blank">IronPython</a>) and Sun (<a href="http://www.jython.org/Project/index.html" target="_blank">Jython</a>) all turning into Python-istas. <strong>Does this mean Python is destined for greatness in the near future?</strong>  Well I recommend learning it.  It is a great language and it has a high productivity rate.  Time will tell if it has the ability to be in extremely large code bases.  I think it is just a matter of the architecture and organization as with any project.</p>
<p>Jonathan Schwartz at Sun mentioned also taking the &#8220;J&#8221; out of &#8220;JVM&#8221; to just make a VM much like a .NET framework.  So Microsoft copied Java with C# the JVM and added multiple languages.  Then Sun comes back and added multiple byte code compiled languages.  And   then they both focus on dynamic engines to implement versions of Python, Microsoft doing this within their DLR.</p>
<p>Many times the larger market languages that end up running business or &#8220;enterprisey&#8221; are heavily influenced by companies, in addition to the other demands from consumers, which here is programmers.  <strong>So when the big three are all banking on Python as a draw there is a definite market draw there and a tell on the future.</strong>  But I think it is apparent that Python is becoming a standard market baseplane language.</p>
<p>It is great to be able to use other libraries from .net with IronPython and java libraries with Jython.  It has found a way to integrate with the current infrastructure and the language has low bar entry but deep benefits. Python is snaking its way into the market.</p>
<p><strong>Python is so non verbose&#8230;</strong><br />
<code></code></p>
<pre>
import sys
import clr
from System.IO import Path, Directory, FileInfodir = Path.Combine(sys.prefix, 'DLLs')

if Directory.Exists(dir):
    sys.path.append(dir)
    files = Directory.GetFiles(dir)
    for file in files:
        if file.lower().endswith('.dll'):
            try:
                clr.AddReference(FileInfo(file).Name)
            except:
                pass</pre>
<p>This sample is from IronPython showing adding dynamic references to all dlls loaded.</p>
<p><strong>Check out this HTML/XHTML parser in pure Python.</strong><br />
<code><br />
from HTMLParser import HTMLParserclass MyHTMLParser(HTMLParser):<br />
def handle_starttag(self, tag, attrs):<br />
print "Encountered the beginning of a %s tag" % tag<br />
def handle_endtag(self, tag):<br />
print "Encountered the end of a %s tag" % tag<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://baseplane.com/2008/03/13/is-python-becoming-a-market-baseplane-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
