|
|
|
|
|
by roel_v
5619 days ago
|
|
Yes, Python was going to be my counterexample - it's very easy to embed yet much bigger than 100k lines. The 'not Schemish enough' I don't understand - unless it's a passive aggressive way of saying that anything that is not Scheme or Scheme-like is not a good language, which is a boring discussion I'm not going to go into. Well unless there is a reason that Scheme-like languages have some specific advantages that make them especially suited to being embedded, in which case I'd like to learn. Regarding size, I don't think that's much of a problem today (leaving aside embedded or mobile dev, which I don't think we're talking about). Maybe a huge VM can cause issues in some specific circumstances, but much of the size of 'bigger' languages is going to be in the standard library anyway, in which case it's preferable for a user to have a large enough selection to work with, depending on the application domain. |
|
He's not talking about lines of code – the lua interpreter/runtime is only approximately 150kB in size.