Introdução ao F#Get Started with F#
Você pode começar a usar o F # em seu computador ou online.You can get started with F# on your machine or online.
Introdução ao seu computadorGet started on your machine
Há vários guias sobre como instalar e usar o F # pela primeira vez em seu computador.There are multiple guides on how to install and use F# for the first time on your machine. Você pode usar a tabela a seguir para ajudar a tomar uma decisão:You can use the following table to help in making a decision:
Sistema operacionalOS | Preferir o Visual StudioPrefer Visual Studio | Preferir Visual Studio CodePrefer Visual Studio Code | Preferir linha de comandoPrefer command line |
---|---|---|---|
WindowsWindows | Introdução ao Visual StudioGet started with Visual Studio | Introdução ao Visual Studio CodeGet started with Visual Studio Code | Introdução ao CLI do .NET CoreGet started with the .NET Core CLI |
macOSmacOS | Introdução ao VS para MacGet started with VS for Mac | Introdução ao Visual Studio CodeGet started with Visual Studio Code | Introdução ao CLI do .NET CoreGet started with the .NET Core CLI |
LinuxLinux | N/DN/A | Introdução ao Visual Studio CodeGet started with Visual Studio Code | Introdução ao CLI do .NET CoreGet started with the .NET Core CLI |
Em geral, não há nada específico que seja melhor do que o restante.In general, there is no specific that is better than the rest. É recomendável tentar todas as maneiras de usar o F # em seu computador para ver o que você gostou melhor!We recommend trying all ways to use F# on your machine to see what you like the best!
Introdução onlineGet started online
Se você preferir não instalar o F # e o .NET em seu computador, também poderá começar a usar o F # no navegador:If you'd rather not install F# and .NET on your machine, you can also get started with F# in the browser:
- A introdução ao F # no fichário é um Notebook Jupyter em hospedado por meio do serviço de fichário gratuito.Introduction to F# on Binder is a Jupyter notebook on hosted via the free Binder service. Nenhuma inscrição é necessária!No sign-up needed!
- O Fable repl é um repl interativo no navegador que usa Fable para converter código F # em JavaScript.The Fable REPL is an interactive, in-browser REPL that uses Fable to translate F# code into JavaScript. Confira os inúmeros exemplos que vão desde noções básicas de F # até um jogo de vídeo completo em execução em seu navegador!Check out the numerous samples that range from F# basics to a fully fledged video game all executing in your browser!