forked from mkhan45/RustScript
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureA new feature to be addedA new feature to be added
Description
Add functions such as:
- parseFloat(text)
- parseNumber(text) returns
FloatorInteger - toChar(int)
- randomSeed(int) set random seed
- random() float from 0 to 1
- random(min, max) random integer between min and max
- random(list) pick a random element out of the list of choices
- hash(expr) hash the expression depending of its type
And features like:
- File IO
- JSON parser and serializer
- Networking, Sockets, HTTP GET and POST wrappers
- Threads
- Actor model
- Command line arguments parser
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureA new feature to be addedA new feature to be added