-
The idea is to allow users to execute the `build` verb anywhere within a workspace, similar to how `git` commands can be called anywhere within a git repository.
It is related to https://github.com/r…
-
Or: "What happened to `(..)`?"
Let's say I have a module `B` that should reexport everything from `A`, like so:
``` purescript
-- A.purs
module A where data X
-- B.purs
module B (module A) where imp…
-
Hello.
Consider the following VimL code:
```
call vundle#begin('~/.vim/plugins/')
Plugin 'todesking/vint-syntastic'
Plugin 'scrooloose/syntastic'
call vundle#end()
```
vint complains:
```
Make the…
-
-
Hello,
Data structures are a very important concept in CS14 and I think it's something everyone in computer science should know. However, in CS14, learning these data structures and different types o…
-
もう4月
- [ ] プログラミング同好会部活紹介のスライドを作成
-
Grammars such as multiedit and verbal_emacs work by building up a bunch of commands, each of which the user would think of as a single command, and then creating a repetition rule. This allows the use…
-
Is there any interest in adding something like Clojure's anonymous function literals (e.g. `#(+ %1 %2 %&)`) in Hy? I've got a working macro for my own use, so it wouldn't be hard for me to add it to H…
gilch updated
9 years ago
-
Hi Christian!
First of all I want to thank you for you great work here. Not a real issue indeed, here just few notes and some things that are not immediate to me (vim beginner):
1- Column Alignement…
-
It seems that trying to teach git along with everything else we're covering a bit overwhelming. As an opinion, I think our time could be better spent if we skipped the git section and focused more on…