Skip to content

Public Pre-release

Choose a tag to compare

@netchcodelang netchcodelang released this 04 Aug 21:05
· 15 commits to main since this release
c92b802

check out the update log in reddit 😭 but if u really wanna read it here then take this ai slop
Netch 2 β€” Update Log
v2.0.0 β€” The Big Comeback

First pre-release of Netch 2

What's New
Brand new interpreter built from scratch β€” faster, cleaner, more reliable
New file extension: .ntch (Netch 1's .netch files still work separately β€” we didn't break your old stuff)
Full rewrite of the window/UI system using tkinter
New UI Widgets
window() β€” open a window manually
label() β€” display text with custom color and size
button() β€” buttons with custom colors
textbox() β€” text input field
passwordbox() β€” password input (hidden text)
image() β€” display images (.png, .gif)
progressbar() β€” progress bar with setprogress()
checkbox() β€” tick box with getchecked()
radiobutton() β€” radio button groups with getradio()
dropdown() β€” dropdown menu with getdropdown()
slider() β€” slider with getslider()
listbox() β€” scrollable list with getlist()
tabcontrol() + addtab() β€” tabbed panels
New Features
Sound support β€” sound.play("file.wav") and sound.stop()
Auto-updater β€” checks GitHub every run and tells you when a new version is out
Netch 1 detector β€” if you accidentally run a Netch 1 file, it kindly explains exactly what to change line by line
Beginner-friendly errors β€” every error now shows the exact line, what went wrong, and how to fix it
File downloads β€” download.file("url", "savepath")
More string utilities β€” upper(), lower(), length(), contains()
time.now() β€” get current date and time
Loop safety cap β€” infinite while loops are stopped after 100,000 iterations with a helpful warning
Core Language
Variables, math, print
if / else
while loops
repeat loops
function + run()
File ops: openfile(), copyfile(), deletefile()
random(), ask(), number()

Netch 2 is built by Aerotion Productions Community: reddit.com/r/netchcoding2 GitHub: github.com/netchcodelang/netchcodinglang