Skip to content

Images From 2htdp/Images Not Displaying Properly in REPL or Terminal #124

Description

@andrewcincotta

Environment

  • OS: macOS
  • OS Version Sonoma
  • VS Code Version 1.85.1
  • Racket version 1.11.1
  • Racket Langserver checksum 140d94e7d64dd861bb2bfccc989d91382c4c8d8e
  • Magic Racket version 0.6.6

Error message

REPL Output:

Welcome to Racket v8.11.1 [cs]. (object:image% ... ...)

Terminal Output:

#<image>

Additional context

Code of My RKT File:

;; The first three lines of this file were inserted by DrRacket. They record metadata ;; about the language level of this file in a form that our tools can easily process. #reader(lib "htdp-beginner-reader.ss" "lang")((modname |Jan 10|) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f () #f))) (require 2htdp/image) (circle 10 "solid" "red")
Assume there is a line break starting (require 2htdp/image) and (circle 10 "solid" "red"). Could not figure out the formatting

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions