Re: Clojure Pretty Printing with Blogger

2012-05-26 Thread Jake Johnson
Thanks! I didn't realize org-mode would prettify Clojure code when exported
to html (I generally use org-mode without exporting). Using org-mode, would
my best option just be to type it up, export to html, then copy and paste
the resulting html into my blog post?

On Sat, May 26, 2012 at 10:46 AM, Denis Labaye denis.lab...@gmail.comwrote:

 Hi,

 I don't know google-code-prettify. I am using Emacs with org-mode, it has
 native support for prettifying Clojure code when exporting to HTML.
 You could also use GitHub's gist https://gist.github.com/, and embed it
 in your blog.

 Denis

 On Fri, May 25, 2012 at 12:07 PM, Jake Johnson kognizant@gmail.comwrote:

 Hi, guys. Has anyone had any luck with using 
 google-code-prettifyhttp://code.google.com/p/google-code-prettify/and
 http://google-code-prettify.googlecode.com/svn/trunk/src/lang-clj.jstogether 
 on blogger? I followed
 http://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.htmlhttp://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.html%20,
  but I can't get Clojure to display correctly, at least yet.

  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Clojure Pretty Printing with Blogger

2012-05-26 Thread Jake Johnson
Thanks again, guys! Much appreciated.

On Sat, May 26, 2012 at 6:07 PM, Moritz Ulrich ulrich.mor...@googlemail.com
 wrote:

 If you don't want to create a whole org-document just for a single
 export, you can use htmlize-{region,buffer} directly. That's the same
 command org uses.

 On Sat, May 26, 2012 at 11:46 PM, eniotna eniotn...@gmail.com wrote:
  Hi
 
  C-c C-e b for the HTML export and open into the browser to display the
  result.
 
  Then copy paste the html source yes.
 
  Antoine
 
  On May 26, 2012 11:42 PM, Jake Johnson kognizant@gmail.com
 wrote:
 
  Thanks! I didn't realize org-mode would prettify Clojure code when
  exported to html (I generally use org-mode without exporting). Using
  org-mode, would my best option just be to type it up, export to html,
 then
  copy and paste the resulting html into my blog post?
 
  On Sat, May 26, 2012 at 10:46 AM, Denis Labaye denis.lab...@gmail.com
  wrote:
 
  Hi,
 
  I don't know google-code-prettify. I am using Emacs with org-mode, it
 has
  native support for prettifying Clojure code when exporting to HTML.
  You could also use GitHub's gist https://gist.github.com/, and embed
 it
  in your blog.
 
  Denis
 
  On Fri, May 25, 2012 at 12:07 PM, Jake Johnson 
 kognizant@gmail.com
  wrote:
 
  Hi, guys. Has anyone had any luck with using google-code-prettify and
  http://google-code-prettify.googlecode.com/svn/trunk/src/lang-clj.js
  together on blogger? I followed
  http://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.html, but 
  I
  can't get Clojure to display correctly, at least yet.
 
  --
  You received this message because you are subscribed to the Google
  Groups Clojure group.
  To post to this group, send email to clojure@googlegroups.com
  Note that posts from new members are moderated - please be patient
 with
  your first post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/clojure?hl=en
 
 
  --
  You received this message because you are subscribed to the Google
  Groups Clojure group.
  To post to this group, send email to clojure@googlegroups.com
  Note that posts from new members are moderated - please be patient with
  your first post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/clojure?hl=en
 
 
  --
  You received this message because you are subscribed to the Google
  Groups Clojure group.
  To post to this group, send email to clojure@googlegroups.com
  Note that posts from new members are moderated - please be patient with
  your first post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/clojure?hl=en
 
  --
  You received this message because you are subscribed to the Google
  Groups Clojure group.
  To post to this group, send email to clojure@googlegroups.com
  Note that posts from new members are moderated - please be patient with
 your
  first post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/clojure?hl=en



 --
 Moritz Ulrich

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Clojure Pretty Printing with Blogger

2012-05-25 Thread Jake Johnson
Hi, guys. Has anyone had any luck with using
google-code-prettifyhttp://code.google.com/p/google-code-prettify/and
http://google-code-prettify.googlecode.com/svn/trunk/src/lang-clj.jstogether
on blogger? I followed
http://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.htmlhttp://www.tkglaser.net/2012/03/syntax-highlighting-in-blogger.html%20,
but I can't get Clojure to display correctly, at least yet.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Lambda: A lniux distro for clojurists

2012-05-25 Thread Jake Johnson
I like this idea a lot. My suggestions would be to base it on something
like Lubuntu. I have Ubuntu installed as dual-boot, but I tend to do most
of my work in Win7, so having a performance-oriented, small linux distro
installed inside VirtualBox helps if I don't want to reboot. I imagine
there will be others who would like to do the same. My other suggestion is
to base it on a distro that is extremely easy to install (like Ubuntu). I
just think it is always a good idea when creating something like this to
cater to the inexperienced guys, so that you attract as many newcomers as
possible. The experienced guys can set everything up themselves.

I would certainly use it for Overtone dev. Win7 isn't getting along well,
and I don't have the time right not to set up a virtual linux box to get it
running. Downloading and installing a small, simple distro would take care
of a lot of it for me.

On Thu, May 24, 2012 at 4:11 PM, banseljaj ali.sajid.im...@gmail.comwrote:

 Hello Guys,

 I am quite new to clojure, and I am a fan. It's a great thing. One thing
 that seems missing, however, is a single unified way of setting up the
 clojure environment. Which seemed pretty daunting to me at first.

 So I have decided to create a Linux Distro specifically for Clojure
 development.

 I have been bouncing this idea in #clojure and it got a good response. So
 now I have started the complete development effort.

 My plan so far is as follows.

 Mission Statement for the Distro

 The distro should be able to:

- Connect to internet.
- Be able to convert itself into An VM/Iso/LiveCD etc
- Have all IDEs for Clojure installed and preconfigured.
   - Eclipse
   - Vim
   - Emacs
   - Netbeans
- Have a ready to play connection to clojure forums and channels
- Have at-least one book on clojure programming on board
- Have following clojure specific features
   - It should have leiningen installed and configured
   - It should have a local repo of all current clojure plugins
   - It should have a local cloud on which you can deploy web apps
   easily
   - it should have REPLlabs on baord and configured
- Have Clojure specific branding



 The packages that are needed absolutely:

- OpenJDK 1.7.0
- Leiningen
- Clojure
- Eclipse
- Vim
- Emacs 24
- Netbeans
- Emacs Starter kit
- CCW plugin for eclipse
- Firefox/Chrome
- A local webserver
- Postgresql
- LXDE/XFCE
- Gwibber/Other Social network Client
- xchat
- irssi
- git
- Regular packages for system functioning.


 I am still open to ideas. I intend to roll it as a complete distro, so I
 will love any and all input.

 For now, the specific things I need input for are:

- Who/How to create the art for branding.
- Any packages that are missing from the above listing.
- Any suggestions for the overall functioning.


 I will soon have an actual website set up.


 It is my intention to create a fully functional, independent Development
 environment for Functional programmers by release 2. Right now, I am
 working on release 0.0.1.

 Looking forward to all input.

 regards.

 banseljaj


  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en