Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Cryptol

< >

Cryptol is an open source programming language created in 2014 by Adam C. Foltzer.

#305on PLDB 10Years Old
Download source code:
git clone https://github.com/GaloisInc/cryptol
Homepage · REPL · Try It Online · Source Code · Wikipedia

Cryptol is a domain specific programming language for cryptography developed by the Portland, Oregon based software development firm, Galois, Inc.. The language was originally developed for use by the United States National Security Agency. The language is also used by private firms that provide information technology systems, such as the American company Rockwell Collins provides to aerospace and defense contractors in the United States.The programming language is used for all aspects of developing and using cryptography, such as the design and implementation of new ciphers and the verification of existing cryptographic algorithms. Read more on Wikipedia...


Example from hello-world:
:set ascii=on "Hello World"

Language features

Feature Supported Example Token
Comments ✓
MultiLine Comments ✓
Line Comments ✓
Integers ✓
Floats ✓
Hexadecimals ✓
Octals ✓
Strings ✓
"Hello world"
"

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll