[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

What's the best program for writing code? Currently using

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 70
Thread images: 14

File: Notepad.gif (18KB, 256x256px) Image search: [Google]
Notepad.gif
18KB, 256x256px
What's the best program for writing code?

Currently using notepad.exe on Windows
>>
wordpad
>>
i write on my diary.
>>
>>61922856
Are you retarded?
>>
vim
>>
File: d8c[1].png (87KB, 441x495px) Image search: [Google]
d8c[1].png
87KB, 441x495px
https://ftp.gnu.org/gnu/emacs/windows/
>>
>>61922914
notepad is perfectly fine you tool
>>
>>61922856
excel
>>
I just think it and it just happens
>>
I unironically scored 100% in two years of CS classes just writing the code in notepad ten minutes before it was due and sending it in.
>>
File: 1493268345764.jpg (13KB, 190x250px) Image search: [Google]
1493268345764.jpg
13KB, 190x250px
>>61922908
kek
>>
>>61922856
nvi, no pesky syntax highlighting or anything to get in the way.
>>
write your own
>>
ex is a line-oriented text editor; vi is a screen-oriented text editor.
ex and vi are different interfaces to the same program, and it is
possible to switch back and forth during an edit session. view is the
equivalent of using the -R (read-only) option of vi.

To start editing a file, enter the following command:
$ vi file

The commands to move around the file are:
h Move the cursor left one character.
j Move the cursor down one line.
k Move the cursor up one line.
l Move the cursor right one character.

<cursor-arrows>
The cursor arrow keys should work, too.

/text Search for the string "text" in the file, and move the cursor to
its first character.

The commands to enter new text are:
a Append new text, after the cursor.
i Insert new text, before the cursor.
O Open a new line above the line the cursor is on, and start
entering text.
o Open a new line below the line the cursor is on, and start
entering text.

<escape> Once you've entered input mode using one of the a, i, O or o
commands, use <escape> to quit entering text and return to
command mode.

The commands to copy text are:
p Append the copied line after the line the cursor is on.
yy Copy the line the cursor is on.

The commands to delete text are:
dd Delete the line the cursor is on.
x Delete the character the cursor is on.

The commands to write the file are:
:w Write the file back to the file with the name that you originally
used as an argument on the vi command line.
:w file_name
Write the file back to the file with the name file_name.

The commands to quit editing and exit the editor are:
:q Quit editing and leave vi (if you've modified the file, but not
saved your changes, vi will refuse to quit).
:q! Quit, discarding any modifications that you may have made.
>>
>>61923057
What even are ya?
>>
Punch cards
>>
File: 1370117366829.jpg (225KB, 682x600px) Image search: [Google]
1370117366829.jpg
225KB, 682x600px
> not using Atom
>>
>>61922856
Obviously notepad++
>>
>>61922856
>>
File: 1501942386656.jpg (27KB, 300x300px) Image search: [Google]
1501942386656.jpg
27KB, 300x300px
>>61924436
>atom
>>
I use a shelled server.
>>
File: Absolutely_Titanium_White.jpg (40KB, 406x598px) Image search: [Google]
Absolutely_Titanium_White.jpg
40KB, 406x598px
>>61924436
>using Atom
>>
>>61924436
Github is a SJW company you monkey
>>
Wrote a c++ game mod in winscp's built-in editor, if you don't need Syntax hilighting etc. notepad.exe is fine
>>
Ed or Acme. If you are using anything else - there must be something wrong with you.
>>
>>61922856
IDLE
>>
>>61924650
Notepad is shit when you slip and do shit.
No ctrlz history. Other than that it's fine, don't have line count and other shit, but for basic shit is ok
>>
File: serveimage.png (217KB, 1249x816px) Image search: [Google]
serveimage.png
217KB, 1249x816px
this beauty
>>
>>61922856
Just write your code in the 4chan reply box. Then post it and use a script to get the code from the post number and pipe it to gcc. It's the only way to program.
>>
>>61922856
Leafpad.
>>
for writing c code i use pluma
>>
>>61924888
>it's the only way to program
>>
>>61924888

What if your program is more than 2000 characters?
>>
notepad2 for its minimalism (only a config file is created). But I never coded in my life.
>>
>>61922856
>notepad.exe
Try at least Notepad++ or Visual Studio Code
>>
>>61925105
Then your program is bloated and needs to be restructured.
>>
Vim, Emacs, nano
If you use anything else you need to end it.
>>
>>61924849
disgusting
>>
>>61924436
>SJW bloatfest
>>
>>61925413

What if it's a compiler?
>>
nano
>>
>>61922856
its all about vim
>>
>>61924476
>hey kiddo, want a bunch of addons that wouldn't be needed if you had a proper shell?
And that's why I use ST3
>>
>>61924849
You're the first person I've ever met that actually uses QT Creator. Or at least pretends to.
>>
File: Capture.png (70KB, 760x570px) Image search: [Google]
Capture.png
70KB, 760x570px
>>61922856
wordpad.exe
>>
>>61922856
vim(works on windows too)
atom
notepad__
>>
>>61927101
*notepad++
>>
>>61923101
Masturbates with gun
>Did it
>>
>>61926888
trips confirm wordpad is best
>>
>>61922856
>vanilla notepad

Might as well go all out then op:

sed -i '' '1s/.*/#include <stdio.h>/' file.txt
cp file.txt file.cpp
>>
>>61926888
Yeah but don't forget to manually syntax highlight your code
>>
File: P5_portrait_of_Goro_smiling.png (115KB, 512x512px) Image search: [Google]
P5_portrait_of_Goro_smiling.png
115KB, 512x512px
Sublime!
>>
Sublime is comfy and just werks. And you can let the aspies fight over vim and emacs from an entertainingly-safe distance.
>>
File: reece.jpg (27KB, 504x415px) Image search: [Google]
reece.jpg
27KB, 504x415px
>>61924436
>they can't make fun of your favorite text editor if it's actually a web browser
>>
>not using write on dos
>>
File: text_editors.jpg (190KB, 1224x720px) Image search: [Google]
text_editors.jpg
190KB, 1224x720px
>>
THEGUN
>>
>>61922856
M$ office
Just use excel or word (if you need to make it pretty)
It's a breeze
>>
In all honestly why would you like to make your life more difficult by using notepad
>>
>>61929906
It's fast.
It loads instantly.
It doesn't have bullshit to slow you down.
It's especially good for quick edits.
>>
>>61930061
>It's fast.
>It loads instantly.
>It doesn't have bullshit to slow you down.
Get an SSD?
>>
pen and paper.
>>
>>61922856
step up nigga
Notepad++ ftw
>>
>>61924849
Are you a finn by any chance?
>>
>>61922856
vim on riced up arch linux with i3
>>
I like brackets, what does this say about me?
>>
Drawing letters with mouse in paint, then using OCR software to covert it to code.
>>
>>61930061
>It's fast.
>It loads instantly.
>It doesn't have bullshit to slow you down.
>It's especially good for quick edits.
all of these points are valid for Notepad++ as well
it's far superior to Notepad for writing code
>>
>>61924418
m00t
>>
>>61922856
i know you're just memeing, but at least notepad can be exited just by pressing the close button
Thread posts: 70
Thread images: 14


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.