Giter Club home page Giter Club logo

comp-ide.el's Introduction

Comp IDE

Synopsis

Comp IDE is my effort to create a very basic ide which can be useful for competitive coding. Here’s a short demo: https://img.youtube.com/vi/zY0gr3Tv3hU/0.jpg

All the Input is internally linked to be passed into the executing program. And all the output of the program is internally sent to the output buffer, resulting in a seamless coding experience, IMO.

Basic Usage

(use-package comp-ide
  :straight (comp-ide :type git :fetcher github :repo "https://github.com/SidharthArya/comp-ide.el" :files (:defaults))
  :custom
  (comp-ide-auto-execute-on-compile t)
  :config
  (require 'comp-ide-recipes)
  (evil-define-key 'normal 'prog-mode-map (kbd "\\i") comp-ide-command-map) 
  (evil-define-key 'normal 'comp-ide-slave-mode-map (kbd "\\i") comp-ide-command-map)
  (evil-define-key 'normal 'prog-mode-map (kbd "\\ti") 'comp-ide)
  :bind
 ("C-c t i" . comp-ide)
  (:map comp-ide-command-map
        ("s" . comp-ide-goto-shell)
        ("c" . comp-ide-comp-ide-compile)
        ("e" . comp-ide-comp-ide-execute)
        ("l" . comp-ide-goto-input)
        ("k" . comp-ide-goto-output)
        ("h" . comp-ide-goto-code))
  :commands comp-ide)

TO DO

  • [ ] Customizable Execute and Compile Recipes
  • [ ] A different shell depending on what language is being used
  • [ ] Errors

Support

  • [ ] C
  • [ ] C++
  • [ ] Ruby
  • [ ] Java
  • [ ] Python
  • [ ] Clojure
  • [ ] Rust
  • [ ] Php
  • [ ] Haskell
  • [ ] Perl
  • [ ] Javascript

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.