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

Added general info for OpenOS and Lua programming, added text to index #1056

Closed
wants to merge 1 commit into from
Closed

Conversation

rashdanml
Copy link
Contributor

Stuffs. The Lua programming doc can probably expanded to include more examples on how to use different components, maybe even add a file summarizing the custom libraries available (basic info, "this library does this, that, and something else"). Would link up to component API docs (and other API docs) if those get added in the future.

@@ -0,0 +1,12 @@
# Lua

The Lua [reference manual](www.lua.org/manual/5.2/manual.html) is a good place to get started with the basics of Lua and becoming familiar with the basic syntax and standard libraries. OpenComputers has very similar standard libraries, and omits certain libraries entirely (such as the debug library).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links have to be prefixed with http:// or https:// to be recognized.

Minor correction: debug library is missing 99%, but traceback is available.

@fnuecke
Copy link
Member

fnuecke commented Apr 10, 2015

Awesome, thanks a lot! Really like it. Had a few notes, but mostly minor nitpicks :-)

@rashdanml
Copy link
Contributor Author

Will make changes, cheers.

Note to self: in future, make changes locally and push as one commit >.> Sorry for the multiple commits XD

@KJA1582
Copy link
Contributor

KJA1582 commented Apr 10, 2015

Yeah, I have similar problems with commits. Just squash your commits into one (best google how to do so).

@rashdanml
Copy link
Contributor Author

I dun goofed. Trying to squash my two commits into one somehow managed to mess with a bunch of other files D:

@evieluvsrainbows
Copy link
Contributor

@rashdanml Yeah, I knew something went wrong when I saw the "This pull request contains merge conflicts that must be resolved." message and the 14 files you "changed"... :D

@rashdanml
Copy link
Contributor Author

I suppose it would be easier to close this PR and start with a fresh fork (have the changes made locally).

@rashdanml rashdanml closed this Apr 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants