Skip to content
View mamcx's full-sized avatar
Block or Report

Block or report mamcx

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

  1. Tablam/TablaM Tablam/TablaM Public

    The practical relational programing language for data-oriented applications

    Rust 183 4

  2. Lista de recursos sobre crear lengua... Lista de recursos sobre crear lenguajes de programacion
    1
    # General
    2
    http://blog.pluralsight.com/elixir-is-for-programmers #Idea assert, test
    3
    http://www.q-lang.io/ #Definicion tipos como campos DB
    4
    http://dlang.org/exception-safe.html #Alternativa try--except con scope
    5
    http://floodyberry.com/noncryptohashzoo/ #Implementaciones de funcion HASH
  3. transducers.rs transducers.rs
    1
    use std::collections::HashSet;
    2
    use std::hash::Hash;
    3
    
                  
    4
    pub enum StepResult {
    5
        Next,