Edit

IABSD.fr/ports/lang/jimtcl/pkg/DESCR-main

Branch :

  • Show log

    Commit

  • Author : stu
    Date : 2025-11-29 10:30:21
    Hash : 15b54e0a
    Message : Update to 0.81. MULTI_PACKAGES=-main -redis -sdl -sqlite SEPARATE_BUILD=Yes MODTCL_VERSION=8.6 devel/openocd 0.12.0 wants lang/jimtcl >= 0.81. ok and help from sthen@

  • lang/jimtcl/pkg/DESCR-main
  • Jim is a small footprint implementation of the Tcl programming language
    written from scratch. Currently Jim Tcl is very feature complete with an
    extensive test suite. There are some Tcl commands and features which are
    not implemented (and likely never will be), including namespaces, traces
    and Tk. However Jim Tcl offers a number of both Tcl8.5 and Tcl8.6
    features ({*}, dict, lassign, tailcall and optional UTF-8 support) and
    some unique features. These unique features include [lambda] with
    garbage collection, a general GC/references system, arrays as syntax
    sugar for [dict]tionaries, object-based I/O and more.