aplang 0.1.10

A programming language made to aid students who are taking AP Computer Science Principals.
Documentation
1
2
3
4
5
6
7
# Privacy Policy
The ApLang interpreter collects no user Data.

# Networking
Currently the aplang interpreter has ***no*** networking capabilites. Should the intrepreter later include the ability to connect the the network, it will only do so either:
- At the users request (ie. they execute source code that calls a function to a web request or open a socket)
- To check for updates or remind the user to update aplang software. Should this ever be implemented users will be able to opt out with compile time flags.