资 源 简 介
This is a very naive implementation of a GAMMA environment. GAMMA introduces the chemical reaction metaphor to programming.
Using GAMMA, one can write programs that are free from artificial sequential constraints (those introduced by the language rather than imposed by the problem to be solved)
Theoretically GAMMA applications have no artificial sequentiality, meaning they can scale to whatever number of processing units while maintaining a simple and problem solving focused dialect
GammaScript is a set of Javascript libraries that bring the chemical programming features to Javascript. This is highly experimental and the implementation is changing rapidly.
The code requires a browser that implements the "canvas" element. It shows you the chemical reaction while in progress as a set of molecules in brownian motion
The current core code is heavily coupled with the view code. This will be refactored in a later release to enable using Ga