Thursday, November 6, 2014

Coding Rating

My favorite code is batch because there is so much you can do with it and it is fairly easy.  It does not look as professional as languages such as JavaScript or VBScript but it is much easier and looks cool in a different way.  Batch and C++ are some of the only coding languages you can make a good matrix with with out coding something crazy or making a whole app.  HTML is slightly similar to batch because it is so easy but the thing different about them is HTML is used for coding webpages and special non hosted online documents.  Here is a small batch code.  It is called the matrix because of the effect it has on the screen.

@echo off
title Matrix
color 0a
:a
@echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto a

No comments:

Post a Comment