Skip to main content

Installation

tip

NEW ✨

Start Scripting without an Installation 🐱‍💻

Try Infant Lang right now with the Playground! 🎉

Visit the Playground to start coding 🐱‍🏍

caution

The Interpreter for Infant Lang is available only for Windows PCs with amd64 architecture. Please wait for the next release with support for other architectures.

tip

To Check whether your PC's architecture is amd64 or not, use the following command:

  • Open 🧚‍♂️ Command Prompt
  • Type 👩‍💻 the following command:
 echo %PROCESSOR_ARCHITECTURE%
  • The output includes one of the following values: x86 for a 32-bit CPU, AMD64 for a 64-bit CPU, or ARM64.
  • If the output is AMD64, then you can use the Interpreter for Infant Lang 🥳
info

You can download the Interpreter for Infant Lang from Github Releases

Instructions

  • Download ☑ the zip file from the Releases page.
  • Open Run 🏃‍♀️ and Type %USERPROFILE% and press OK
  • Create a folder 📂 bin if not already created 👶
  • Extract 👉 the zip file to bin
  • Open Command Prompt and type 👩‍💻 the following commands:
    setx INFANT_HOME "%USERPROFILE%\bin\infant"
    setx PATH "%INFANT_HOME%;%PATH%"
  • Close ❌ the Command Prompt.

Check the installation

Run the following command in the terminal:

infant -v

If you get a version number similar to the one below, then Infant Lang is installed successfully 🎉🥳

# Output
infant -v
v1.0.3