Nonces and Tokens
I recently committed an extension to dwsCrypto lib module that exposes direct support for cryptographic nonces and tokens.
I recently committed an extension to dwsCrypto lib module that exposes direct support for cryptographic nonces and tokens.
Associate Arrays (aka dictionary) are now in experimental form in the DWScript repository.
Last week www.beginend.net was launched with the goal of aggregating Pascal and Delphi blogs in a mobile-friendly, secure website with a minimalist UI.
The website is Pascal-Powered: the server is Delphi-compiled DWScript Sample Web server, the server-side page generation and APIs are handled by DWS and an SQLite database, and the client-side is a SmartPascal application compiled on-the-fly to JavaScript by the server.
Support for ?? (double question mark) as the coalesce operator has been added to DWScript.
The coalesce operator is a binary operator, which looks at its left operand, and if not “falsey”, returns it, otherwise returns its right operand.
A new version 2014.10.15 of the DWS Web Server is available.
This version contains a variety of improvements and fixes, along with a new sample for JS libraries.
The pre-compiled 2014.10.13 version of the DWScript WebServer is now available!
This version includes the Pascal to JavaScript CodeGen!
Below is a quick summary of changes in the SVN since the last post.
There is also a mini-sneak peek of things to come!
Long time, no post here, but not no happenings on the DWScript front 🙂
Behold a “cleaned up old logo” for DWScript, which will replace the old one until a better one is made
A new pre-compiled release v2014.04.04 for the DWS WebServer is available from the downloads page, it is compiled from the latest source.
Besides the usual demo sites, it has been used to serve a crypto-currency block-chain explorer website that peaked at 1600 page views / hour after some successful tweets went viral.