fastn code for standard library stuff #1984
siddhantk232
started this conversation in
Ideas & RFCs
Replies: 2 comments
-
A lot of the giant rust file can trivially be converted to fastn code, eg all the records / or types etc we define. This is clearly a good idea, and we should implement it in 0.5. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have done some of this for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation of fastn has this giant rust file that defines most of the standard library stuff (kernel components etc).
We should be able to use
fastn
language. The language should provide constructs that support development of kernel components and target specialised components (component just for terminal, or android etc) infastn
language as much as possible.This is a wild idea to explore so I am just gathering thoughts on this one for now.
Beta Was this translation helpful? Give feedback.
All reactions