-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
```
I would like to add BaCon syntax highlighting to the googlecode viewer
http://www.basic-converter.org/
Joe
```
Original issue reported on code.google.com by `arose.jo...@gmail.com` on 11 Mar 20…
-
Hello @benlesh
In baconjs and old version of rx we have feature like join patterns. But how can I emulate it in current version of Rx?
Example with bacon
```
const Bacon = require('baconjs')…
-
Currently, something like this fails:
``` javascript
r.db('test').tableCreate('hams');
r.db('test').table('hams').indexCreate('bacon');
r.db('test').table('hams').insert({bacon: {crispy: true, salty:…