Skip to content
View sogaiu's full-sized avatar

Block or report sogaiu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. janet-features-demos Public

    Janet Features List Demos

    24 1

  2. janet-stuff Public

    Janet-related Notes and Code

    4

  3. git-some-janets Public

    Tool to retrieve various Janet repositories

    Janet 5

  4. observe values in janet via gdb
    1
    # Observe Values in janet via GDB
    2
    
                  
    3
    Sometimes it's helpful to be able to look at what's going on in janet at the C level.  The following demonstrates one way in the context of a recently fixed [issue](https://github.com/janet-lang/janet/issues/753).
    4
    
                  
    5
    ## Flow Summary
  5. janet-examples Public

    Janet example code

    Janet

  6. janet vm notes
    1
    # Janet VM Notes
    2
    
                  
    3
    ## Assembler's Note
    4
    
                  
    5
    The content below is a copy-paste-modify-add job on existing content.