PDA

View Full Version : VBulletin Syntax highighter


GnuVince
08-11-2002, 11:21 PM
People who read PrBacterio's code and some of mine surely noticed that (depending on the language) it has colors!

Example:

;; Factorial function

(defun fact (n)
(if (= n 1)
1
(* m (fact (- n 1)))))


But his code is very hacky (no insult intended: he said it himself), so I can't add support for other languages. So I wondered if anyone would like to assist me in doing a similar project, but where it would (hopefully) be more easy to add support for other languages.

If you are interested, let me know. I haven't decided if I really want to do this, but just in case I do, I'd like to have support.

This project would/will be coded in Python, no GUI.

Strike
08-12-2002, 01:42 AM
Sure, why not? :)

sans-hubris
08-12-2002, 03:27 PM
s/more easy/easier/

Sorry for being pedantic.

Anyway, I've been meaning to get started on a Python project. I'd be glad to help.

GnuVince
08-12-2002, 03:47 PM
Originally posted by sans-hubris
s/more easy/easier/


plus facile si t'aimes mieux.

inkedmn
08-15-2002, 05:27 AM
ooh, me likey...