Skip to content

Releases: Nicetink/HalcyonScript

0.20.26

26 Jan 07:15

Choose a tag to compare

0.20.26 Pre-release
Pre-release

New features in HalcyonScript version 0.20.26: paint api now allows you to create programs with drawing functions, an automatic layout system in HalGUI, and fixes for building via build_all.bat
halformspaint

Full Changelog: 0.18.26...0.20.26

HalcyonScript 0.18.26

19 Jan 01:33

Choose a tag to compare

HalcyonScript 0.18.26 Pre-release
Pre-release

Changes in version 0.18.26:
A new HalForms GUI framework has been created. Warnings during the build of HalcyonScript and HalGUI have been fixed. The new version implements programming without GUI frameworks (pure command-line mode). Minor bugs have been fixed, and HalGUI now has its own calendar widget.

Here is an example of a GUI-less application:

print "Hello World"
var name = input("your name: ")
var numbers = range(1, 11)
print "numbers:", numbers
file

image