~chotrin/simple-programming-problems-uxn

Solutions to simple programming problems, written in uxntal.
Solved problem 3, changed license to AGPL.
Hmm. MIT license I suppose.

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~chotrin/simple-programming-problems-uxn
read/write
git@git.sr.ht:~chotrin/simple-programming-problems-uxn

You can also use your local clone with git send-email.

#Simple Programming Problems - uxntal.

I'm working through a list of simple programming problems in order to learn how to program in uxntal. These are my solutions to each of the problems.

#elementary.

  • 01.tal - Write a program that prints 'Hello World' to the screen.
  • 02.tal - Write a program that asks the user for their name and greets them with their name.
  • 03.tal - Modify the previous program such that only the users Alice and Bob are greeted with their names.