Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Consider removing file operations #20

Open
daurnimator opened this issue Sep 16, 2014 · 0 comments
Open

Consider removing file operations #20

daurnimator opened this issue Sep 16, 2014 · 0 comments

Comments

@daurnimator
Copy link
Owner

The features of stdio don't make a lot of sense inside of javascript (especially the browser).

Lets see how things work without touching the filesystem...

  • io library , loadfile, dofile removed
  • print needs to change to console.log or similar
  • package library will loose default path searchers
  • debug.debug won't work
  • panic function needs to change to console.error or similar

Will also need to update webpage and examples

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

No branches or pull requests

1 participant