Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Misty

< >

Misty is a programming language created in 2017 by Douglas Crockford.

#2102on PLDB 7Years Old
Homepage

The Misty Programming Language is a dynamic, general-purpose, transitional, secure, distributed process language. It has a gentle syntax that is intended to benefit students, as well as advanced features such as capability security and lambdas with lexical scoping.


Example from the web:
{ one: 1 array: [ 1 2 3 ] text: "hello" } def atan: Æ’ (slope) ( math.sine( slope / (math.sqrt( slope * slope ) + 1) ) ) set progress: ( result + (radicand / result) ) / 2

Language features

Feature Supported Example Token
Comments ✓ # A comment
Semantic Indentation ✓
View source
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll