FCL (function-centered-language) is a functional language written in Python
Posted by FUS3N@reddit | Python | View on Reddit | 2 comments
​
[FizzBuzz implementation in FCL](https://preview.redd.it/y55v7h3ef3qa1.png?width=1306&format=png&auto=webp&v=enabled&s=5a1f659baef185d4df6be23e5b6b092ec735062d)
**Hello**, recently made an interpreted language in python and haven't decided on its use cases or if I wanna be serious about it or not but just wanted to share.
The idea is to use function for everything although the language currently doesn't even support creating function which I will add soon. There's probably thousands of languages like this but wanted to find a unique use-case for now the real problem is speed so might rewrite in C++ or rust.
Also would like some feedback from pro language creators if my implementation is correct or not? for an average interpreted langauge.
Link: [FCL (GitHub)](https://github.com/Fus3n/fcl)
2 Comments
Wilfred-kun@reddit
FUS3N@reddit (OP)