Edit page ProgrammingLanguages
[wiki.git] / ProgrammingLanguages
index a86c3b3b160c5d641d5ef1bd98b191e7c37d95d1..562209e0636b89a00488365e62496ab7fcabfdc3 100644 (file)
@@ -6,15 +6,12 @@ they see Perl code :-)
 === General-purpose ===
 
  * '''C++''' - I know the ISO/IEC C++ 98 standard extensively, including
 === General-purpose ===
 
  * '''C++''' - I know the ISO/IEC C++ 98 standard extensively, including
- most of the recent TR1 additions.  I also know several C++
- ProgrammingFrameworks.
+ most of the recent C++11 additions. I also know several C++ [[ProgrammingFrameworks]].
 
 
- * '''C''' - I consider C a different language from C++ because you
- end up using a different programming style and ProgrammingFrameworks.
- ISO C89 (and later C99) is the probably the language I've been using
- most often, mostly because I did lots of low-level programming in my
- EmbeddedEngineerRole and because C is still the prominent language
- in open source projects (see OpenSourceDeveloperRole).
+ * '''C''' - I regard C as a distinct language because the programming
+ style and [[ProgrammingFrameworks]] differ considerably from C++.
+ ISO C99 with GNU extensions is the probably the language I've used the most
+ for low-level programming (see [[EmbeddedEngineerRole]] and [[OpenSourceDeveloperRole]]).
 
  * '''Assembly''' - I know assembly from several processors, but I
  can say I'm proficient only with the following:
 
  * '''Assembly''' - I know assembly from several processors, but I
  can say I'm proficient only with the following:
@@ -23,20 +20,15 @@ they see Perl code :-)
   * Texas Instrument's DSPs (mostly TMS320C5xx)
   * The old Zilog Z80
  
   * Texas Instrument's DSPs (mostly TMS320C5xx)
   * The old Zilog Z80
  
- I've also used several MicroController's, in the sense that I know
+ I've also used several [[MicroController]]'s, in the sense that I know
  the architecture and integrated peripherals.
 
  the architecture and integrated peripherals.
 
- * '''Java''' - I've been involved in a large Java web application
- (visible here: http://www.fieremostre.it/ ), but mainly as a Tomcat
- administrator and maintainer of the build and deployment system.
- The only development work I did is in user authentication, security
- and database access.  I've also done profiling, optimization and
+ * '''Java''' - I wrote some Java code at Google, although I'm not a skilled
+ Java programmer. Long ago I've helped create a large Tomact-based
+ webapp for [[http://www.fieremostre.it/|Fiere Mostre]], mainly in deployment
+ and production systems, with minor development work for user authentication,
security and database access.  I've also done profiling, optimization and
  performance tuning work for a POS application based on IBM's JPOS.
  performance tuning work for a POS application based on IBM's JPOS.
- I know the Java language and much of JFC, but I'm not really into
- Java any more.
-
-Others you don't know or care about: Pascal, Visual''''''Basic.
-
 
 === Dynamic/Agile ===
 
 
 === Dynamic/Agile ===
 
@@ -66,10 +58,8 @@ Others you don't know or care about: Pascal, Visual''''''Basic.
 
 === Scripting Languages ===
 
 
 === Scripting Languages ===
 
- * '''Bourne Shell''': I've used bash as my main shell
- for a very long time and I've used it extensively for
- automation (see SystemAdministratorRole) and as part
- of using make and autoconf.
+ * '''Bourne Shell''': I've been using bash as my main shell environment
+ and wrote countless scripts to automate my work
 
 === Query languageas ===
 
 
 === Query languageas ===
 
@@ -82,14 +72,13 @@ Others you don't know or care about: Pascal, Visual''''''Basic.
 
  * '''regex''': Extended and Perl-compatible regular expressions.
 
 
  * '''regex''': Extended and Perl-compatible regular expressions.
 
- * '''HTML''': Extensive knowledge of the W3C standards (HTML 4.01
- and XHTML 1.1).
+ * '''HTML''': Extensive knowledge of the W3C standards (HTML 4.01 and XHTML 1.1).
 
 
- * '''CSS''': Incomplete knowledge of the W3C standard (CSS1 & CSS2).
+ * '''CSS''': Some outdated experience with CSS1 and CSS2
 
 
- * '''LaTeX''': Only superficial knowledge (I cannot create macros, etc.)
+ * '''LaTeX'''
 
 
- * '''make''': I can do wizardry with GNU Make macros, etc.
+ * '''make''': I can write really obfuscated Makefiles using the GNU Make extended syntax, autoconf, automake, etc.
 
 
 === Useless Languages ====
 
 
 === Useless Languages ====
@@ -97,3 +86,6 @@ Others you don't know or care about: Pascal, Visual''''''Basic.
  * '''awk'''
  * '''sed'''
  * '''REXX'''
  * '''awk'''
  * '''sed'''
  * '''REXX'''
+ * '''Turbo Pascal'''
+ * '''Visual Basic'''
+ * '''Brainfuck'''
\ No newline at end of file