LuaLu REPL - Learn Lua Coding

LuaLu REPL - Learn Lua Coding

Lua,IDE,REPL,programming

Details about LuaLu REPL

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages

Features

Developer of LuaLu REPL

🙌5
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of LuaLu REPL

4.4.1

August 6, 2024

1. Add refresh button for project tree view 2. Update App age rating

4.4.0

April 21, 2024

Add Project Tree View, you can manage your files more conveniently!

4.3.1

March 11, 2024

Optimize float panel size for iPad

4.3.0

March 8, 2024

1. Debug Integrate MobDebug library, now you can debug Lua files. 2. Float panel You can create float panels on Lua interpreter page, Code Editor page and Terminal page. It's useful when you are writing Lua code and you want to view documentations or source code of other projects. 3. Reopen editing files after restart App save the editing files in Code Editor, reopen them after App restart.

More

4.2.0

January 25, 2024

1. App Icon can be changed 2. Add Lua Libs Manager page, and instructions for install pure Lua libs 3. Terminal history have been saved, so after relaunch LuaLu, you can use the history commands you typed ago. 4. Terminal Link handle support 3 action: open in App, open external, copy link 5. Code Editor supports utf8 and isoLatin1 encode.

More

4.1.0

January 16, 2024

1. Terminal supports selection/copy/paste Selection: You can use the trackingball to control selection position. Single Tap on the trackball and hold them move your finger, then the selection cursor will move, if you finger. If you double click the trackball and hold, then terminal will enter selection mode, you can move your finger to move the cursor, now the terminal will select the text between the start position and the cursor. Copy/Paste: The Copy/Paste function were located in the navigation item with the icon "ellipse in circle" on the right of navigation bar. 2. Terminal scroll to Top/Bottom The scroll to Top/Bottom function were located in the navigation item with the icon "ellipse in circle" on the right of navigation bar. 3. Lua modules ( Free until Version 5 ) If you download LuaLu App before Version 5, all these modules will be Free. From Version 5, some of these modules will be paid features. 3.1 LuaFileSystem https://github.com/lunarmodules/luafilesystem require("lfs") or require"lfs" 3.2 LuaSocket https://github.com/lunarmodules/luasocket "socket.core" "mime.core" "socket.unix" "socket.serial" "socket.http" "socket.url" "socket.tp" "socket.ftp" "socket.headers" "socket.smtp" "ltn12" "socket" "mime" 3.3 lsqlite3 http://lua.sqlite.org/index.cgi/index 3.4 LuaCJSON https://github.com/openresty/lua-cjson "cjson.util" 4. Add environment variables APPSCPT: scripts folder in App Bundle APPCONTSCPT: scripts folder in App sandboxed data container these two environments variables are very useful when you execute Lua files in Terminal, and they are also useful when you write Lua files.

More

4.0.1

January 3, 2024

1. [Code Editor] add 'Run, Debug, Preview' guide 2. [Terminal] add scrollToTop and scrollToBottom function in navigationbar item 3. fix curl CA Cert missing issue

More

4.0

January 3, 2024

1. Terminal with a lot of useful shell commands, like ls, cat, mv, mkdir, ifconfig, ping 2. Code Editor with syntax highlighting, line number, invisible char displaying, Light/Dark mode. 3. Lua standalone interpreter run in Terminal, you can run Lua code just like in a computer terminal. 4. File Manager, view/create/modify files in your App, so you can write large Lua project with lot of Lua files. 5. Lua source code of 5.3.4 5.3.6 5.4.6, you can view source code and docs offline. 6. Online resources for learning Lua. The official site lua.org, and lua-users.org, luarocks.org, two awesome-lua repositories on GitHub customize init Lua script.

More

3.0

August 20, 2013

1. All new User Interace 2. Lua_5.2.2, Lua-5.2.2-test, luasocket,luafilesystem source code browser.(All Offline) 3. Lua official reference(Online) 4. Add init scripts.You can adding your initialize scripts to the default lualu.lua script in Documents 5. Add Feedback Feature

More

2.1

June 21, 2013

1.Add LuaSocket module. 2.Change pakage path to Documents folder in sandbox. 3.Add input audio feedback when typing use the keyboard accessory buttons 4.Customizable input accessory view button keys by typing "set_custom_keys TTT". TTT is your keys. TTTTT.:(~^,_)/\\{}[><´`]€£◉◉◉◉◉\"';|$-+=%*!?#@&1203467589 TTTTT stands for tab, ◉◉◉◉◉ stands for trackball. 5.Disable iTunes File Share.

More

LuaLu REPL In-App Purchases History

$2.99

Buy me a coffee

buy me a coffee

Price History of LuaLu REPL

Description of LuaLu REPL

Welcome to LuaLu: Unleash Your Lua Coding Potential! Dive into the world of Lua coding with LuaLu, your all-in-one Lua Integrated Development Environment (IDE) on iOS. With a standalone interpreter, feature-rich code editor, and an intuitive file manager, LuaLu is the ultimate toolkit for Lua enthusiasts and learners alike. Why Choose LuaLu? Learn and Experiment: LuaLu is the perfect playground for Lua enthusiasts. Whether you're testing code snippets from books or unleashing your creativity, our interactive learning environment lets you experiment and refine your Lua skills effortlessly. Project Mastery: Elevate your coding game by organizing complex projects effortlessly. LuaLu's built-in File Manager allows you to create, manage, and run multi-file Lua projects with ease. The terminal integration lets you execute your creations seamlessly. What's on the Horizon? Package Management Magic: Stay tuned for LuaLu's Package Manager, a game-changer for library integration. It's like having LuaRocks at your fingertips, making library management a breeze. Debugging Join the LuaLu Community: Your Voice Matters: Have a suggestion or a brilliant idea? Reach out to us at amadman380743909@gmail.com or visit https://www.iamadman.com, or twitter: andy38074, Reddit: iamadmancom. Your input is what propels LuaLu forward. Learn on Your Terms: LuaLu is not just an app; it's a journey. Learn programming wherever, whenever, and whatever you desire. Unleash your coding potential with LuaLu today! This is Lua IDE with a standalone interpreter, a Code Editor and File Manager and many useful resources for learning Lua. Lua REPL: Lua official standalone interpreter integrated. You can input Lua code interactively with it. And you can also use it to run a Lua file in Terminal. Terminal: ##Cursor Operations: - supports various cursor operations, including cursor positioning, hiding, showing, and blinking. ##Colors: - ANSI escape codes for text styling and colors are fully supported. You can set foreground and background colors, as well as apply other text styles. ##Escape Sequences: ##256-Color Mode: ##True Color (24-Bit Color): ##Text Selection and Copy-Paste: - Users can select text within the terminal, and xterm.js provides built-in functionality for copying and pasting text to and from the clipboard. ##Input Handling: - handles keyboard input, allowing users to type commands and interact with the terminal interface using the keyboard. ##UTF-8 and Multilingual Support: #Shell Commands ##Support many useful shell commands "ifconfig","ping","export","readlink","chmod","scp","telnet","host","du","link","dig","cksum","bc","date","egrep","gzip","nslookup","fgrep","mv","open","md5","say","ssh-keygen","xargs","diff","cd","tee","lua","sh","touch","dc","tar","chflags","rm","sort","uniq","awk","printenv","find","mkdir","tail","unalias","pwd","ed","gunzip","compress","nc","uptime","sed","openurl","setenv","stat","alias","sum","head","uname","wc","cat","echo","unsetenv","unlink","pbpaste","rmdir","uncompress","curl","ln","cp","whoami","rlogin","sftp","tr","env","ssh","whois","pbcopy","wol","grep","ls" ##Custom commands "code", "help", "clear", "files" Code Editor: ## Syntax Highlight Syntax highlighting for Lua and many other languages like: C, C++, Swift, JavaScript, TypeScript, CSS, HTML, Markdown, JSON, Python, YAML, Bash (you can view Makefile as bash file). ## Line Number Show/Hide line number gutter. ## Wrap Line ## Invisible Characters ## Themes Currently support four themes that cover both Light and Dark Mode Docs ##Bundled Source Code and Documentations ###Lua source code Lua 5.3.4, 5.3.6, 5.4.6 source code, docs, and tests (written in Lua, they are very good resources for learning Lua) ##Online Documentations ###Lua.org ###Lua-users.org ###LuaRocks.org ###Awesome-lua File Manager You can create/delete/view/copy/paste files and folders. Source code files are syntax highlighted.
Show less

LuaLu REPL: FAQ

Can LuaLu REPL support iPad devices?

Yes, LuaLu REPL is optimized for iPad devices.

Who is behind the development of the LuaLu REPL app?

The LuaLu REPL app was created by Cui Panjun.

What is the minimum iOS version required to use LuaLu REPL?

The app needs iOS 14.0 or later to function properly.

What is the overall rating of the app?

3.4 out of 5 is the average rating that LuaLu REPL has received from users.

What genre of app is LuaLu REPL?

The App Category Of The Lualu Repl App Is Education.

What is the current version of LuaLu REPL?

4.4.1 is the latest released LuaLu REPL version.

When was the last update for LuaLu REPL released?

The latest update for LuaLu REPL was released on September 29, 2024.

When was LuaLu REPL introduced to the market?

The app was initially released on July 3, 2024.

What content advisory rating is assigned to the LuaLu REPL app?

Designed for children, contains no adult material.

What languages is LuaLu REPL available in?

Currently, the LuaLu REPL app supports the following languages: English.

Is LuaLu REPL part of the Apple Arcade lineup of games?

Sorry, LuaLu REPL is not part of Apple Arcade.

Is LuaLu REPL eligible for in-app purchases?

Yes, LuaLu REPL is eligible for in-app purchases to enrich your usage.

Does LuaLu REPL offer compatibility with Apple Vision Pro?

No, LuaLu REPL does not offer compatibility with Apple Vision Pro.

Are there commercial ads in LuaLu REPL?

No, there are no commercial ads in LuaLu REPL.

Video & Screenshots of LuaLu REPL

LuaLu REPL - Learn Lua Coding video #1 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #2 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #3 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #4 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #5 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #6 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #7 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #8 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #9 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #10 for iPhone
LuaLu REPL - Learn Lua Coding screenshot #11 for iPhone
iphone
ipad

More Applications by Cui Panjun

Reviews of LuaLu REPL

Leave a Review LuaLu REPL
  • Very good

    Useful