Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard Function Libraries #4

Open
gundermanc opened this issue Mar 20, 2014 · 3 comments
Open

Standard Function Libraries #4

gundermanc opened this issue Mar 20, 2014 · 3 comments

Comments

@gundermanc
Copy link
Owner

Gunderscript currently has only one native-mapped-function. Implement a series of libraries that provide the following basic functionality:

  • System: exit application, get operating system, get file path delimiter (\ or /), run program, open file, read file, write file, etc.
  • Math: sin, cos, tan, asin, acos, atan, loge, log10, powers, sqrt, random numbers, and more.
  • Types: to_string(), to_number(), to_boolean, etc for explicitly converting between types (even though autoboxing works just fine).
@gundermanc
Copy link
Owner Author

Currently working on file manipulation libraries.

@gundermanc
Copy link
Owner Author

Math is partially complete. String is in progress.

@gundermanc
Copy link
Owner Author

String is done. Math is about 1/2 way. Kai is beginning file stuff on his fork.

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

No branches or pull requests

1 participant