By AB4327-GANDI,
2012-04-19.
Pascal Programming
Did you hear from the great Smart project?
It is an IDE and some source runtime able to develop and compile an
Object-Pascal project into a HTML 5 / CSS 3 / JavaScript embedded
application.
It does target AJAX Mobile application creation (i.e. Android and
iPhone/iPad apps running Web-Kit).
You'll get an unique .html file containing the whole client-side
application: it won't need any server side implementation. Using a third-party
tool like PhoneGap, you'd be able to supply your customers with true
native applications, running without any network, and accessing the full power
of any modern Smart Phone.
Smart is a great candidate for implementing rich client-side AJAX
applications, to work with our client-server mORMot framework.
In order to interface Smart code with mORMot, we started
implementing some low-level code to work with our RESTful
authentication scheme.
So we'll need to implement some Smart dedicated Open Source code
implementing crc32 and SHA-256 hashing.