in reply to Re^2: Maximising Language integration: Holy Grail or Dystopia?
in thread Maximising Language integration: Holy Grail or Dystopia?
It's worth adding that while mixing languages may be common, it's not necessarily maintainable unless done cleanly, e.g. using templates or at least having clear boundaries between the two languages in the source code. In the wild you'll see code like this all the time: print "<span style=\"font-weight:bold;\" onClick=\"alert('bar!');\">";
|
|---|