A list of books I have and some I don't.
Name |
---|
C# in Depth, Fourth Edition |
Get Programming with F# |
wip
using System; | |
using System.Linq; | |
using System.Collections.Generic; | |
namespace ZoranHorvat | |
{ | |
public static class FunctionalCSharp | |
{ | |
public static void Main(params string[] args) | |
{ |
pacman -Sy yay
yay -S \
dotnet-sdk \
jdk \
visual-studio-code-bin \
jetbrains-toolbox \
powershell-bin \
google-chrome \
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Reflection; | |
using System.Runtime.CompilerServices; | |
using System.Security; | |
using System.Security.Permissions; | |
[assembly: CompilationRelaxations(8)] |
Thanks to @seejee for making this for me!!!
The goal of this is to have an easily-scannable reference for the most common syntax idioms in C# and Rust so that programmers most comfortable with C# can quickly get through the syntax differences and feel like they could read and write basic Rust programs.
What do you think? Does this meet its goal? If not, why not?