Skip to content

Extend standard library #21

Description

@WilliamRagstad

Add functions such as:

  • parseFloat(text)
  • parseNumber(text) returns Float or Integer
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureA new feature to be added

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions