[RUBY] What is programming?

What is programming in the first place?

Data that summarizes the procedure of processing executed by a computer is called a program.

What is a programming language? Computers can't understand the words we usually speak. A computer-friendly language is called a programming language. Texts and files written in programming languages ​​are called source code

Types of programming languages

Ruby java php Python

and so on.

To run the program, type a command into the terminal.

From here, I will describe the programming language Ruby.

irb The irb command is a function that allows you to run Ruby programs directly from the terminal (short for Interactive Ruby). You can run it directly in the terminal instead of writing code in an editor and running the terminal.

Terminal screen

#Start irb
% irb
irb(main):001:0> "Welcome! Ruby" #Type in like this
=>"Welcome! Ruby" #Output like this

That's all for today.

Recommended Posts

What is programming?
What is object-oriented programming? ~ Beginners ~
What is Cubby
What is null? ]
What is java
What is Keycloak
What is maven?
What is Jackson?
What is self
What is Jenkins
What is ArgumentMatcher?
What is IM-Juggling?
What is params
What is SLF4J?
What is Facade? ??
What is Java <>?
What is POJO
What is a snippet in programming?
What is Java
What is centOS
What is RubyGem?
What is before_action?
What is Docker
What is Byte?
What is Tomcat
[For programming beginners] What is a method?
What is Maven Assembly?
What is `docker-compose up`?
What is a constructor?
What is vue cli
What is an interface?
What is Ruby's self?
What is hard coding?
What is a stream
What is Ruby's attr_accessor?
What is Java Encapsulation?
What is permission denied?
What is an initializer?
What is Spring Tools 4
What is an operator?
What is object orientation?
What is Guava's @VisibleForTesting?
What is MVC model?
What is an annotation?
What is Java technology?
What is Java API-java
What is @ (instance variable)?
What is Gradle's Artifact?
What is JPA Auditing?
[Swift] What is dismiss?
[Java] What is flatMap?
What is a Servlet?
What is web development?
[Java] What is JavaBeans?
[Android] What is Context? ??
[Java] What is ArrayList?
[Ruby] What is true?
What is object-oriented after all?
What is HttpSession session = request.getSession ();
What is docker run -it?
What is Java Assertion? Summary.