Discuss Scratch
- BookOwl
-
Scratcher
1000+ posts
Nustack
Nustack is a stack-oriented concatenative programming language with support for high-level modular programming and Python integration.
I have been working on Nustack for several days now, and I believe that it is at a point to be shared with the world!
You can find Nustack and installation instructions on Github.
The documentation is not very good so far, but I am working on it. If you have any questions, please ask them here.
I have been working on Nustack for several days now, and I believe that it is at a point to be shared with the world!

You can find Nustack and installation instructions on Github.
The documentation is not very good so far, but I am working on it. If you have any questions, please ask them here.
- VoltageGames
-
Scratcher
1000+ posts
Nustack
you don't want to know what i read that as in the thread list.
what are the practical applications?
what are the practical applications?
Last edited by VoltageGames (Feb. 19, 2016 06:17:51)
- Jonathan50
-
Scratcher
1000+ posts
Nustack
Um
I'm trying to install it.
pip tells me it installed it in /usr/lib/python3.5/site-packages.
But if I run `python -m nustack` I get
Here is the list of the files pip installed:
Help?
I'm trying to install it.
pip tells me it installed it in /usr/lib/python3.5/site-packages.
But if I run `python -m nustack` I get
/usr/bin/python: No module named nustack
/usr/lib/python3.5/site-packages/doc/__init__.py
/usr/lib/python3.5/site-packages/doc/__pycache__/__init__.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/__pycache__/gen.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/__pycache__/genall.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/gen.py
/usr/lib/python3.5/site-packages/doc/genall.py
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/DESCRIPTION.rst
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/INSTALLER
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/METADATA
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/RECORD
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/WHEEL
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/metadata.json
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/top_level.txt
/usr/lib/python3.5/site-packages/stdlib/IO.py
/usr/lib/python3.5/site-packages/stdlib/Seq.py
/usr/lib/python3.5/site-packages/stdlib/String.py
/usr/lib/python3.5/site-packages/stdlib/Time.py
/usr/lib/python3.5/site-packages/stdlib/__init__.py
/usr/lib/python3.5/site-packages/stdlib/__pycache__/IO.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/Seq.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/String.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/Time.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/__init__.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/builtins.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/builtins.py
- BookOwl
-
Scratcher
1000+ posts
Nustack
UmMy setup.py install script is broken.
I'm trying to install it.
pip tells me it installed it in /usr/lib/python3.5/site-packages.
But if I run `python -m nustack` I getHere is the list of the files pip installed:/usr/bin/python: No module named nustackHelp?/usr/lib/python3.5/site-packages/doc/__init__.py
/usr/lib/python3.5/site-packages/doc/__pycache__/__init__.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/__pycache__/gen.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/__pycache__/genall.cpython-35.pyc
/usr/lib/python3.5/site-packages/doc/gen.py
/usr/lib/python3.5/site-packages/doc/genall.py
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/DESCRIPTION.rst
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/INSTALLER
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/METADATA
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/RECORD
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/WHEEL
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/metadata.json
/usr/lib/python3.5/site-packages/nustack-0.1.0.dist-info/top_level.txt
/usr/lib/python3.5/site-packages/stdlib/IO.py
/usr/lib/python3.5/site-packages/stdlib/Seq.py
/usr/lib/python3.5/site-packages/stdlib/String.py
/usr/lib/python3.5/site-packages/stdlib/Time.py
/usr/lib/python3.5/site-packages/stdlib/__init__.py
/usr/lib/python3.5/site-packages/stdlib/__pycache__/IO.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/Seq.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/String.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/Time.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/__init__.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/__pycache__/builtins.cpython-35.pyc
/usr/lib/python3.5/site-packages/stdlib/builtins.py
I changed the install instructions.- BookOwl
-
Scratcher
1000+ posts
Nustack
Can I write a web server in it?Actually, yes!
you don't want to know what i read that as in the thread list.No, I probably don't.

what are the practical applications?
NutstackAnything that you can do in Python, you can do in Nustack.
What can you use this for?
Last edited by BookOwl (Feb. 19, 2016 14:28:57)
- BookOwl
-
Scratcher
1000+ posts
Nustack
Just got it running, coolThanks! Nustack is WAY more powerful than Stack was, mainly because it is so easy to interface to Python modules.
Just remade yes:{'y' show} forever
- BookOwl
-
Scratcher
1000+ posts
Nustack
Stack 2.0?Actually, this would be Stack 3.0. 1.0 was the Scratch version, 2.0 was the first Python version, and 3.0 (Nustack) is this version.
Since Nustack is so different from Stack 2.0, I decided to just give it a new name
Last edited by BookOwl (Feb. 19, 2016 14:55:01)
- VoltageGames
-
Scratcher
1000+ posts
Nustack
ooooh,Stack 2.0?Actually, this would be Stack 3.0. 1.0 was the Scratch version, 2.0 was the first Python version, and 3.0 (Nustack) is this version.
Since Nustack is so different from Stack 2.0, I decided to just give it a new name
nustack
noo stack
new stack
it's got STACK IN THE NAME!
I get it!
- BookOwl
-
Scratcher
1000+ posts
Nustack
ooooh,Stack 2.0?Actually, this would be Stack 3.0. 1.0 was the Scratch version, 2.0 was the first Python version, and 3.0 (Nustack) is this version.
Since Nustack is so different from Stack 2.0, I decided to just give it a new name
nustack
noo stack
new stack
it's got STACK IN THE NAME!
I get it!








