Dear Unicon Users,

   A fresh Unicon build for windows has been just uploaded to
sourceforge.net at:

  
https://sourceforge.net/projects/unicon/files<https://sourceforge.net/projects/unicon/files/?source=navbar>

 Both 32-bit and 64-bit-Alpha2 builds are available. The 64-bit build is
fully functional but lacks png/jpeg support, hence the alpha status. We
encourage you to try it so that we can accelerate its development and match
its features set to those of the 32-bit build. The release notes are below.

Comments and feedback are very much appreciated

Cheers,
The Unicon Team


Unicon 12.1.1 : What is new (04/13/2013)

  Version 12.1.1 was focused on bug fixes and polishing many
  existing features and thus brings a very stable release.
  In additions to that a few features were added which include:

  * channel() is extened to allow named (string names) conections,
    and also allow no explicit destination.
    ex: chAtoB := channel("AtoB")

  * Support for setting thread's inbox/outbox limit with a new
    fucntion Attrib():
    ex: Attrib(thrd, INBOX_LIMIT, 100)

  * New command line argument : -features
    ex: unicon -features

  * New three additions to &features (applicable to -features above)
    Arch, Revision, and CCompiler.
   (toward the end of the sample output below).

Sample output for -features:
c:\unicon>unicon -features
MS Windows NT
POSIX
DBM
ASCII
co-expressions
concurrent threads
dynamic loading
environment variables
event monitoring
external functions
keyboard functions
large integers
multiple programs
pseudo terminals
system function
messaging
graphics
3D graphics
MS Windows
Win32
SQL via ODBC
CCompiler gcc 4.6.1
Revision 3420
Arch x86_64
Binaries at C:\UNICON\BIN\
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to