Skip to content
View sogaiu's full-sized avatar

Block or report sogaiu

Report abuse

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

Report abuse

Pinned Loading

  1. janet-features-demos janet-features-demos Public

    Janet Features List Demos

    44 1

  2. janet-examples janet-examples Public

    Janet example code

    Janet 3

  3. git-some-janets git-some-janets Public

    Tool to retrieve various Janet repositories

    Janet 6

  4. janet-stuff janet-stuff Public

    Janet-related Notes and Code

    5

  5. observe values in janet via gdb 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
  6. janet vm notes 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.