MYWOT
Child safety
Very poor
Confidence
0%
Trustworthiness
Good
Confidence
4%
MALICIOUS CONTENT INDICATORS
Fancy-lang.org most likely does not offer any malicious content.
Secure connection support
HTTP
Fancy-lang.org has not yet implemented SSL encryption.
ADULT CONTENT INDICATORS
Fancy-lang.org most likely does not offer any adult content.
Popular pages
-
The Fancy Programming Language
Fibonacci class Fixnum { def fib { match self { case 0 -> 0 case 1 -> 1 case _ -> self - 1 fib + (self - 2 fib) } } } 15 times: |x| { x fib println } Class example cl...