+1 and Terminal (Im working on Macthelinx wrote:I use Sublime Text 2 with the LÖVE extensions.

+1 and Terminal (Im working on Macthelinx wrote:I use Sublime Text 2 with the LÖVE extensions.
Username wrote:I use:
$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua
I use Geany, in fact.
You would almost be way more productive if you used the append operator ( >> )Username wrote:I use:
$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua
I use Geany, in fact.
Real programmers only use cat.josefnpat wrote:You would almost be way more productive if you used the append operator ( >> )Username wrote:I use:
$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua
I use Geany, in fact.
I use a combination of nano and gedit, and have been trying to get myself into geany.
THIS ISN'T WORKING. WHY ISN'T THIS WORKING?T-Bone wrote:Real programmers only use cat.
You need to put the cat inside the computer, not on it. Or staple it to the screen, like you do when you install Debian.
Users browsing this forum: Google [Bot] and 6 guests