Members Area


Recommended Sites:

Related Keywords
software design & development freeware download
software design development freeware download
php development freeware download
.net development freeware download
net development freeware download
c++ development freeware download
c development freeware download
self development freeware download
rad development freeware download
self-development freeware download
pdf development freeware download
web development freeware download
ivr development freeware download
development freeware download
development kit freeware download
connector development freeware download
air application development freeware download
mobile development freeware download
sustainable development freeware download
autorun development freeware download

Top Freeware Keywords
pell c compiler freeware download
qbasic freeware download
forth language freeware download
free freeware download
compiler freeware download
free ebook download freeware download
programming language freeware download
java freeware download
programming freeware download
windows freeware download
embedded freeware download
code freeware download
editor freeware download
basic freeware download
games freeware download
language freeware download
development freeware download
tool freeware download
education freeware download
unicode freeware download
js code freeware download
script freeware download
desktop freeware download
object freeware download
file freeware download
image freeware download
web freeware download
record freeware download
online freeware download
display freeware download



ELENA Integrated Development Environment 1.7.8 freeware     Save this freeware to your freeware selection - Saved Freeware


Author

Alex Rakov

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 03, 2012
Downloads 184
Filesize 1.90 MB
Keywords programming tool, programmer application, development tool, develop, development, compiler
Your Rating
  - click to rate - you will be first!
ELENA Integrated Development Environment screenshot
[ View full size screenshot ]

Download ELENA Integrated Development Environment   Save Freeware   Report Spyware

ELENA treats any program as a set of objects (class instances). The program flow is a process of interaction between objects by sending each other messages. A message may have attached information (a message parameter). An object may react on message if it has an appropriate message handler (a method). If the object reacts on the message it is treaded as successful otherwise unsuccessful. ...

Download ELENA Integrated Development Environment   Save Freeware   Report Spyware


Design and development - ELENA Integrated Development Environment freeware - Download Notice

ELENA Integrated Development Environment Free Download - we do not host any ELENA Integrated Development Environment torrent files or links of ELENA Integrated Development Environment on rapidshare.com, depositfiles.com, megaupload.com etc. All ELENA Integrated Development Environment download links are direct ELENA Integrated Development Environment full download from publisher site or their selected mirrors.

Design and development - ELENA Integrated Development Environment freeware - Latest User Reviews

 Write a Review   


Design and development - ELENA Integrated Development Environment freeware - The Latest Versions History

Version Date Released Status Release Notes
1.7.8 May 3, 2012 New Release ELC:
· optimization: a back:b => b

LIB:
· ext'routines: Combinator, CombinatorWithRepetition
1.7.7 Apr 18, 2012 New Release ELC:
· coret: synchronization routine is overhauled
· project templates reorganized
1.7.5 Mar 20, 2012 New Release ELC:
· new compiler option: lstdx
· fixed bug with invokevmt and "any" handler

ELENAVM:
· new function: LoadClassName

LIB:
· sys'vm'engine: Controller::class_name'refer
· sys'vm'routines'classname
· std'memory'bytearrayreader refactored

IDE:
· debug autowatch:self and $self variables are now displayed correctly

Samples:
· new rosetta sample: combinations

Tools:
· elt: cannot display VM error
1.7.4.1 Mar 12, 2012 New Release ELENA:
· new initializing argument list syntax:Loop &&from:1 &to:5
· it is now possible to debug built-in group types

ELC:
· optimization: numeric and literal constant methods are called directly
· fixed: negative floating number constant

LIB:
· win32'localization'strings
· fixed: minus is lost when converting a real64 to a string

IDE:
· fixed: go to source
· fixed: symbol parameter is not shown in auto watch

Tools:
· ecv: it is possible to provide path to the viewing module

Samples:
· new rosetta sample: charmatch
1.7.3 Mar 7, 2012 New Release ELC:
· optimization: a role method is invoked directly
· fixed generic handler

IDE:
· fixed bugs with auto compilation mode
· fixed: if the breakpoint is at the first visible line, it is not shown

LIB:
· win32'threading'api'threadhandle.wait
· std'basic'widechar: + / -
· sys'dynamics: batch
· gui controls events: onenter / onleave
· fixed: timespan::milliseconds'get

Samples:
· new rosetta sample: caesar
· calc: some rules are migrated to the script
1.7.2 Feb 27, 2012 New Release ELENA:
· #type is no longer supported, use $classreference instead
· new meta symbols : $symbolreference and $classreference

SCRIPT:
· new inline command: $symbolreference - to create a type symbol

LIB:
· std'routines'arrays:fixed bug
· win32'io: directoryfactory

ELC:
· simple byte command type optimization (popn pop => popn)

Tools:
ecv: displays command references Samples:
· new rosetta sample: binary
1.7.0 Feb 17, 2012 New Release ELC:
· binary incompatible due to change in ecodes / primitives

LIB:
· new module: ext'utils
· std'basic'factory: newwideliteral

Samples:
· new rosetta stone sample:brackets, bestshufffle

IDE:
· tools - debugger options: lib path, src path
· project - options: vm path
1.6.18 Feb 2, 2012 New Release ELENA:
· new verb: invoke (used only for dynamic programming)

LIB:
· new group object: __action, __bcast
· verb role implementation changed
· __cast routine was modified (the old functionality is implemented in __bcast)
· fixed bug in the property group handler: $self should be used instead of self to deal with the case when the property is a part of the group
· fixed bugs in std'routines'strings'eops role

SCRIPT:
· new inline command ^^ verb: use external role object
· new supported group type: cast
· interpreter script migrated to LIB25 / OA paradigm

IDE:
· new setting - debugtape - to debug vm tape
· fixed bug with the debugger:stayed twice on the same step

Tools:
· ecv: could view symbol code as well
1.6.16 Jan 30, 2012 New Release ELC:
· some code refactoring / cleaning

LIB:
· ext'gui migrated to lib25

SCRIPT:
· VM Tape command overhaul; it supports stack variables now
· fixed bug with the role implementation

IDE:
· VM Client debugger overhauled
· it is now possible to debug vm script
· fixed #00063: step over / into does not work when starting vm client

Tools:
· ECV (ELENA Code viewer): ELENA byte code decoder
1.6.13 Jan 23, 2012 New Release ELENA:
· new built-in verb roles
· built-in group class aliases can be used in
· #type expression

ELC:
· fixed #00062: cannot parse 2-3 expression
· fixed bug with external role $self variable
· fixed critical error in arithmetic routines
· parsing order changed: tilde expression is now part of the operation rather than the object

LIB:
· "then" subject is moved to external role std'patterns'econtrol
std'patterns:
· tryget template
· ext'patterns: meanaction

SCRIPT:
· embedded action is no longer supported


Featured downloads
Free Pascal
Free Pascal
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler

Most popular design and development freeware downloads in Compilers & Interpreters

Haskell Platform for Mac OS X 2011.4.0.0 freeware download


The Haskell Platform is a comprehensive, robust development environment for programming in Haskell. For new users the platform makes it trivial to get up and running with a full Haskell development environment. For experienced developers, the platform provides a comprehensive, standard base for commercial and open source Haskell development that maximises interoperability and ...
Details   Download   Save Freeware

R for Windows 2.15.0 freeware download


R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often ... vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation ...
Details   Download   Save Freeware

Just BASIC 1.01 freeware download


... BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger, and a customizable GUI editor. Large online community. Produces ...
Details   Download   Save Freeware

ResToXrd 1.0 freeware download


... resources to the format used in Palm OS Development Suite (PODS). Most resource types are handled as well as most AT algebra (relative positioning). Bitmap families are the only major resource type not handled. This tool should make the transition from the gnu-tools tool chain to PODS quite simple. ...
Details   Download   Save Freeware

Haskell Platform 2011.4.0.0 freeware download


The Haskell Platform is a comprehensive, robust development environment for programming in Haskell. For new users the platform makes it trivial to get up and running with a full Haskell development environment. For experienced developers, the platform provides a comprehensive, standard base for commercial and open source Haskell development that maximises interoperability and ...
Details   Download   Save Freeware

JIF 3.1 RC1 freeware download


... standard. With JIF, it's possible to edit, compile and run a textual adventure in the z-code and glulx format. FEATURES: Development Status: 5 - Production/Stable License: GNU General Public ... System: OS Independent Programming Language: Java Topic: Software Development ...
Details   Download   Save Freeware

Creative C++ - Development Environment! 8.0.1.13 freeware download


... Great Looking, Excellent Working, Amazing C/C++ Programming Compiler and Integrated Development Environment (IDE) For The Microsoft Windows Operating Systems... ... can also import Microsoft Visual C++ 6.0 Projects and Compile Your Games, Software and Applications... The Main Features Are: * Skinnable Interface ... tracing o Local variables list o Displays disassembly and CPU registers * Editor features o Class browser ...
Details   Download   Save Freeware

tIDE 2.39 freeware download


... is a small, easy to use yet powerful and full featured Java integrated development environment (IDE) designed to help you develop your applications. More ... tIDE is a small, powerful, quick, efficient, easy and open framework to create 100% Java applications. Try tide, you'll be astonished by its simplicity and rapidity. No installation is required. A single click ...
Details   Download   Save Freeware

wxDEV-C++ 4.9.9.2 freeware download


wxDev-C++ is a free integrated development environment (IDE) that is based on the popular ... Dev-C++. One of these is a visual RAD designer that works like C++ Builder to create wxWidgets applications. wxDev-C++ supports both Microsoft compilers and GNU compilers (MinGW). Features * Integrated support for CVS. wxWidgets Form Designer: * Generates XRC XML resources * Drag-and-drop ...
Details   Download   Save Freeware

GoldenSharp 0.9.1.2 freeware download


GoldenSharp is a small and easy to use C# IDE + compiler. Best ... beyond windows batch files. Ultra Rapid Tools Development Imagine that you need to rename dozens of ... developing environment. It takes a lot of time and mostly we don't have it much to make ... such as a class library or WinForms application) and as its leightweight it fits perfectly as an ...
Details   Download   Save Freeware