Skip to content

Commit cde9f97

Browse files
authored
Update chapter-00-preface.md
1 parent fac8ec4 commit cde9f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-00-preface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This book is suitable for **absolute beginners in programming** who want to try
2222

2323
For this book, we choose the **Java** because it is a **modern programming language** for high-level programming, open-source, easy to learn, and **suitable for beginners**. Using Java is **widespread**, with a well-developed ecosystem, numerous libraries and technology frameworks, and accordingly, it gives many **perspectives** for development. Java combines paradigms of procedural, object-oriented, and functional programming in a modern way with easy syntax although it is more descriptive than Python and JavaScript. In this book, we will use **Java** language and **IntelliJ IDEA** development environment, which are available for free.
2424

25-
As we will explain later, **the programming language that we start with, does not make a significant difference**, but we still need to use some programming language, and in this book we choose Java specifically. The book can also be found mirrored in other programming languages such as C# and JavaScript (see [https://java-book.softuni.org](https://java-book.softuni.org)).
25+
As we will explain later, **the programming language that we start with, does not make a significant difference**, but we still need to use some programming language, and in this book we choose Java specifically. The book can also be found mirrored in other programming languages such as C#, Python, and JavaScript.
2626

2727
## The Book in Other Programming Languages: Java, JavaScript, Python, C++
2828

0 commit comments

Comments
 (0)