GithubHelp home page GithubHelp logo

Comments (2)

qykth-git avatar qykth-git commented on July 20, 2024

Here is my idea of those raw embedded octets.

\x and ; comes from R7RS, and *comes from incomplete string notation.
Last ; is required to split embedded octets and normal characters.
Use , to embed 2 or more octets at once.

;; one octet
"\x*1;" "\x*2;" "\x*a;" "\x*b;"
"\x*01;" "\x*02;" "\x*0a;" "\x*0b;"
"\x*01;\x*02;\x*03;"

;; multiple octets
"\x*1,2,3,4,a,b,c,d;"
"\x*01,23,34,ab,cd,ef;"

;; embed raw octets among normal charactors
"foo\x*ab,cd,1,2,3,04,05,06;bar"
"\x0041;\x61;\x*41,61;" ;; => "A", "a", embedded 0x41, embedded 0x61

;; long line concatenation
   "foo\x*ab,cd,\
    01,02,03,\
    ab,cd;bar"

;; those are all embedded 0x01
"\x*1;"
"\x*001;"
"\x*000001;"

;; error
"\x*1ff;" ;; error: octet exceeds 0xff

from gauche.

shirok avatar shirok commented on July 20, 2024

I like it.

from gauche.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.