WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

StandaloneExecutables: do executable scripts with embedded bytecode count? #1

@jpellegrini

Description

@jpellegrini

Hello,

STklos produces executable files that contain bytecode:

$ cat > hello.stk
(display "hello")
(newline)

$ stklos-compile hello.stk -o hello
$ ./hello
hello

$ cat hello
#!/usr/bin/env stklos-script
; A -*- Scheme -*- generated file *DO NOT EDIT**
STklos (#:version "1.60" #:globals () #:expanders ())
#("hello" display newline)
11
%UV%V/

(The "%UV%V/" part is the actual bytecode)

Does this cound as a standalone executable? (STklos is not listed in StandaloneExecutables.md).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions