Misty is a programming language created in 2017 by Douglas Crockford.
#2112on PLDB | 7Years Old |
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.
{
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
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | # A comment | |
Semantic Indentation | ✓ |