Crystallect - Summary
This group is not part of the GNU Project.
In modern mathematics, you may find a plenty of very narrow theories, known to few mathematicians, but developped in thorough research papers sometimes without a single practical application in mind.
Yet, not often realized, every software project has it's own underlying theory, rarely formalized in documentation.
More often, programmers have these non-formal theories somewhere in the back of their minds and try to compose programs in accordance with those theories. When a theory needs a slight modification, a skilled programmer may have to change many lines of the code but succeeds without generating a single bug if the theory is good.
Without a better alternative, the code itself becomes an external memory for programmer to hold the theory.
The purpose of this project is to provide a tool to express and validate theories, which proofs will be used for the generation of the C code.
Hopefully, in the future, advanced versions of the crystallect will be able for automatic proves and user's experience will be focused on synchronizing the ideas. Current version is fully manual, user have to assist with every step of the proof, choosing which of the proposed rules to apply.
As an example of practically useful case, see an example AVL theory (balanced trees, as in std::map). It took about 4 days to compose as a first such experience (not including the time spent debugging the crystallect itself). The effort is somewhat similar to what it would take to write and debug in C with not much experience. The code generated is 3 times slower than STL's, which is of no surprise because not the most optimal proof was used and there is a plenty of space for optimization. So, I believe, the project have reached the point of practical usability for smaller theories.
The next big milestone is to express the entire theory of the crystallect in its own quarters, which again will take a lot of experimental work and refurbishment to find an ergonomic representation for bigger theories.
Registration Date: Fri 14 Mar 2025 07:38:57 PM UTC
License: GNU General Public License v3 or later
Development Status: 4 - Beta
posted by graniar1, Mon 31 Mar 2025 09:00:14 PM UTC
Feel free to ask questions and make your suggestions.
Let me know what do you think about Crystallect.


Powered by Savane 3.14-ee00.
Corresponding source code