Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Quick start: Racket (stdio)

Russ Tokuyama edited this pageDec 3, 2024 ·7 revisions

Racket is a general-purpose, multi-paradigm programming language based on the Scheme dialect of Lisp. It is designed to be a platform for programming language design and implementation.

Conjure starts a Racket REPL within Neovim when you first open a Racket file.

You should be able to evaluate files and forms as you would with other Conjure supported languages right away.

Prerequisites

  1. Install the latestNeovim.

  2. Install thevim-racket plugin forracket filetype support.

  3. Install theConjure plugin.

  4. InstallRacket.

  5. Ensure you haveXREPL by running,? in aracket REPL.

  6. To useK to get documentation for the word under the cursor,,doc <word> is executed in theracket REPL. It will open the page on the Racket documentation website if<word> is found. Test this in a terminal window runningracket. If the Racket documentation website doesn’t open in your default browser for,doc define then you’ll need to check how your computer needs to be set up for this.

Open and edit!

You should now be able to open any.rkt file and evaluate as you would normally.

If you’re unsure how to evaluate things with Conjure, please refer to:help conjure,:help conjure-client-racket-stdio and:ConjureSchool (an interactive tutorial).

Changing the language

If you need to use a different language or command line options with Racket you can override theg:conjure#client#racket#stdio#command option which defaults to"racket".

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp