Skip to content

PacktPublishing/Getting-Started-with-V-Programming

Repository files navigation

Getting Started with V Programming

An end-to-end guide to adopting the V language from basic variables and modules to advanced concurrency

Getting Started with V Programming

This is the code repository for Getting Started with V Programming, published by Packt.

What is this book about?

A new language on the block, V comes with a promising set of features such as fast compilation and interoperability with other programming languages. This is the first book on V programming language, packed with concise information and a walk-through of all the features you need to know to get started with the language.

This book covers the following exciting features:

  • Become familiar with the basic building blocks of programming in the V language
  • Install the V language on various operating systems
  • Understand how to work with arrays and maps in V programming
  • Write modular code and build on your knowledge of structs and functions in V
  • Discover how to implement concurrency in V programming
  • Know about the best practice of sharing memory by communicating among coroutines using channels in V programming
  • Get acquainted with writing tests in V programming
  • Get to grips with building and querying RESTful microservice in V

Who is this book for?

Whether you're a beginner interested in learning a programming language or an experienced programmer looking to switch to a new and better statically compiled programming language, this V programming book is for you.

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigation

All of the code is organized into folders. For example, Chapter03.

The code will look like the following:

const (
    app_name        = 'V on Wheels'
    max_connections = 1000
    decimal_places  = 2
    pi              = 3.14
)

Following is what you need for this book

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
1-14 V (version 0.2.4) Windows, Mac OS X, and Linux (Any)
1-14 Notepad Windows, Mac OS X, and Linux (Any)
1-14 Postman Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Navule Pavan Kumar Rao (LinkedIn | GitHub | TutLinks | YouTube) is a full-stack software consultant with product development experience in the banking, finance, corporate tax, and automobile domains. He pursued an Executive M.Tech in Data Science from the Indian Institute of Technology (IIT), Hyderabad. He also pursued an Executive MBA in IT specialization from the Indian School of Business Management and Administration, and also holds a B.Tech in Electronics and Communication Engineering from Vaagdevi Institute of Technology and Science. He is a Microsoft Certified Professional (MCP) and Microsoft Certified Technology Specialist (MCTS).

He has played key roles in identifying business requirements and converting them into viable products with the help of his vast software development skills at various companies. He also played a key role in the architecting, development, and deployment of software applications that become a part of the CI/CD pipeline to cloud platforms such as Azure, GCP, and also to on-premise infrastructures.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781839213434

About

Getting Started with V Programming, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages