"anic is the reference implementation compiler for the
experimental, high-performance, implicitly parallel, deadlock-free
general-purpose dataflow programming language ANI.
ANI is probably unlike any programming language you've
encountered; it does away with state, variables, commands, stacks, and
memory itself, as we know it. In ANI, the compiler sequences the
ordering of your program logic for you, laying out as much of it as
possible in parallel, and guaranteeing that the resulting binary will be
statically safe and deadlock-free. Best of all, compiler technology has
advanced to the point where you don't need to understand any of this to
leverage it; that's anic's job!
ANI is an attempt to fuse the intuitive feel of shell scripting
(and all of its perks like implicit parallelism) with the safety of
strict compilation and the speed of hand-optimized parallel assembly: in
other words, lightweight programming that runs even faster than typical
C.
In short, ANI seeks to break out of the shackles of imperative
programming -- a stale paradigm which for four decades has produced
hundreds of clones of the same fundamental feature set, none of which
offer intuitive hands-off concurrency, and differing only in what
lengths they go to to sugar-coat the embarrassing truth that they're
all just increasingly high-level assemblers at heart; ANI is
inspired by the realization that in today's programming environment,
your compiler should be doing more for you than a blind language
translation!
Think of ANI as a way to write fast, statically-guaranteed safe,
well-structured, and highly parallelized software without ever
encountering memory management, threads, locks, semaphores, critical
sections, race conditions, or deadlock."
https://code.google.com/archive/p/anic/
http://www.ybrikman.com/writing/2014/04/09/six-programming-paradigms-that-will/
No comments:
Post a Comment