# Nushell core team meeting 2025-04-16
## Attendees
- Stefan
- Piet
- Storm
- Yash
- Darren
- Andy
- Bahex
- Jan9103
- Douglas
- Devyn
- Wind
- Maxim
## Agenda
- [x] nushell/plugin-examples
- [x] how do we feel about renaming $it to $in for where condition
- [ ] PRs to review?
- [x] If have time, https://github.com/nushell/reedline/pull/798
- requires adding a crate that'll add 3 KiB to reedline
- resolved: just copy regex into reedline, use LazyLock
- [x]
## Discussed Topics
### brainstorming
### migrating plugin-examples to `nushell/plugin-examples`
- nushell/plugin-examples
### `where` row-conditions `$it` vs the general `$in`
- Confusable names
- `$it` refers to one element for which each of the row conditions is applied
- `$in` refers to the whole (collected) pipeline input
- Piepmatz example: `where $it.name == $in.0.name`
### Conversation about Reedline
- Its been awhile since we talked about Reedline in the core team meeting but we came up with some general strategy about how to move forward.