-
Google PR 3Trustworthiness Unknown
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Unknown
Felix
Domain info
Location: | United States |
Registrant: | REDACTED FOR PRIVACY |
Hosted by: | Amazon Technologies Inc. |
Registrar: | Public Interest Registry |
Subnetworks: | 34.199.139.13 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: 86
- Google pluses: 12
- LinkedIn mentions: 3
- Pinterest pins: -
- StumbleUpon views: 5
Web Safety
- This website is malware-free.
- Status ok
Sites associated with the same registrant
Whois
Felix-lang.org popular pages to visit
Hello World
Hello World
println$ "Hello World";
1.1.1 Explanation
println is a built-in procedure that takes a string and prints it to the terminal.
This function causes
stdout to write a string, it also wri...
Felix
Statically typed for reliability and scalability.
Supports both ML-like functional and C-like imperative programming styles.
Rich set of datatypes in standard library
Core support for coroutines and l...
String Handling Library
1.3 String subscript and slices.
//Check String::subscript
print$ "hello how are you".[4]; endl;
print$ "hello how are you".[5 to]; endl;
print$ "hello how are you".[to 7]; endl;
print$ "hel...