cederom commented on PR #3403:
URL: https://github.com/apache/nuttx-apps/pull/3403#issuecomment-3905269592
Thank you @linguini1 :-)
* Why did you choose `CONFIG_INTERPRETERS_` over `CONFIG_INTERPRETER_`? I
guess due to `nuttx-apps/intepreters` or more existing configurations or
interpreters was first?
```
% pwd
/XXX/nuttx-apps.git
% grep -r CONFIG_INTERPRETER_ * | wc
54 152 4289
% grep -r CONFIG_INTERPRETERS_ * | wc
87 238 6866
```
* On FreeBSD we have `lang` ports category
(https://github.com/freebsd/freebsd-ports/tree/main/lang). This seems shorter,
covers all programming languages not only interpreted ones, and also kinda
self-explanatory.. maybe we could use this name in NuttX too? :-P
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]