Skip to content

idrisssystem/Gist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist

IMPORTANT

Gist Is No Longer Supported.

Info

Gist (Jist) Is A Programming language using Lua. It Is Using The Same Syntax That Lua Uses.

Commands

  • gist.printTimeRunning()
  • gist.printDate()
  • gist.consoleExec("command")
  • gist.print("msg")
  • gist.input("msg")
  • gist.exit(code)
  • gist.sleep(duration)
  • gist.implement(module)
  • gist.about()
  • gist.bashExec(command)
  • sys.createError(msg, Error, Traceback, program, exitCode, showTraceback)
  • files.remove("file")
  • files.rename("oldname", "newname")
  • files.openfile(Filename, Mode)
  • files.closefile(Filename)
  • files.write(Filename, msgToWrite)
  • Then All Of Lua's Commands.

How To Install

How To Use

Put This At The Beginning Of Your Gist Code.

require('gist')

Then You Can Start Using The Language. Keep In Mind, Files Programmed In Gist Will Have To end with the .gist Extension.

Also, If You Mind, Put This Badge On Your Github Repository's README:

Gist

This Is The MD code: [![Gist](https://img.shields.io/badge/Using-Gist-red)](https://github.com/Gordae/Gist/)

Credits

Gist Is Powered By Lua.

About

A Programming Language Programmed In Lua.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors