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

Block or report Kacarott

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. codewars/lambda-calculus codewars/lambda-calculus Public

    Lambda Calculus compiler for Codewars

    JavaScript 15 4

  2. CodeMirror-LC-Mode CodeMirror-LC-Mode Public

    Lambda Calculus Mode for CodeMirror

    JavaScript

  3. Inputs for Script Inputs for Script
    1
    # Inputs for Script
    2
    
                  
    3
    [Script](https://atom.io/packages/script) is a one of my favourite packages for [Atom](https://atom.io/). Run your code, directly from a text editor, in a HUGE number of languages. But it has one major flaw, there is no method of getting command line inputs from the user. This means that beginners trying out
    4
    
                  
    5
    ```python
  4. Using SFML in Atom [Mac] Using SFML in Atom [Mac]
    1
    # SFML and Atom (Mac)
    2
    
                  
    3
    Here is a small guide for how to make [Atom](https://atom.io/) cooperate with [SFML](https://www.sfml-dev.org/).
    4
    
                  
    5
    I am writing this because while I could find *very limited* information on making the combination work, it was never for a Mac environment. And so after some experimenting I found a solution that seems to work.