kelseyhightower / nocode

The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Apache License 2.0
60.85k stars 4.72k forks source link

Doesn't compile on ZX Spectrum #1659

Open bafonso opened 6 years ago

cben commented 6 years ago

Are you sure? IIRC it should compile. You type the following at the BASIC prompt:

and it works.

What doesn't compile is Dockerfile, but it's unnecessary. ZX Spectrum achieves isolation by deploying from tape cassettes. For the image to be immutable, just use a cassette without the write-protect tab. Conveniently, with no code on the cassette, you don't even need to issue a load command; in fact you don't need a cassette, nor even a tape. The only necessary peripherals are:

This way, a Nocode application can be instantly distributed to all Spectrum computers.

chucksellick commented 6 years ago

I tried to use nocode on my 48k ZX Spectrum but for some reason I am still seeing line numbers. My screen looks like this:

screen shot 2018-02-13 at 22 26 12

What am I doing wrong?