Home Explore Blog CI



nushell

1st chunk of `contributor-book/README.md`
f7f1041b9a5dcc4c10b9df76fa4475eba4cff928356a45f60000000100000489
---
title: Introduction
---

# Introduction

Hello and welcome to the Nushell Contributor Book. Nushell, or Nu as its often called, is a modern shell written in Rust. You can learn more about Nu and how to use it in the [Nu book](https://www.nushell.sh/book/). In this book, we'll be looking at how to contribute to the Nu project itself, how Nu's code is organized, and the core concepts behind its design.

Contributing to Nu will require at least some basic programmer experience, and it's helpful to have some experience with Rust. That said, we've had people contribute to Nu who have never written a line of Rust before writing their submission. If you are interested in contributing, there's a growing community of people who would like to help you succeed.

This aims to cover three separate areas:

1. The Design Philosophy of Nu
1. The Implementation of Nu
1. Best practices for coding for Nu

The latter two topics are primarily covered directly in the [Nushell repository](https://github.com/nushell/nushell) in developer documentation crossreferenced from its [`CONTRIBUTING.md` file](https://github.com/nushell/nushell/blob/main/CONTRIBUTING.md).

Title: Introduction to the Nushell Contributor Book
Summary
This is the introduction to the Nushell Contributor Book, which aims to guide individuals on contributing to the Nushell project. Nushell is a modern shell written in Rust. The book will cover Nu's design philosophy, implementation, and best coding practices. While programming experience is helpful, especially with Rust, the Nu community welcomes and supports new contributors.